about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-29 00:08:49 +0000
committerJames Booth <boothj5@gmail.com>2015-11-29 00:08:49 +0000
commit3fbee4023e763cb696027ef68d80b91ffcce94e7 (patch)
tree31b79b7c728e4481cb1a9b8c4c7f9ad6633882ec /src/config/preferences.h
parent04ad003e111a0433373bd3b2a06c727e119b407a (diff)
downloadprofani-tty-3fbee4023e763cb696027ef68d80b91ffcce94e7.tar.gz
Renamed /notify message -> /notify chat
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index 6c2451a6..b2411906 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -93,9 +93,9 @@ typedef enum {
     PREF_OUTTYPE,
     PREF_NOTIFY_TYPING,
     PREF_NOTIFY_TYPING_CURRENT,
-    PREF_NOTIFY_MESSAGE,
-    PREF_NOTIFY_MESSAGE_CURRENT,
-    PREF_NOTIFY_MESSAGE_TEXT,
+    PREF_NOTIFY_CHAT,
+    PREF_NOTIFY_CHAT_CURRENT,
+    PREF_NOTIFY_CHAT_TEXT,
     PREF_NOTIFY_ROOM,
     PREF_NOTIFY_ROOM_MENTION,
     PREF_NOTIFY_ROOM_TRIGGER,