about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-04-22 23:48:23 +0100
committerJames Booth <boothj5@gmail.com>2013-04-22 23:48:23 +0100
commitf099bf9a7c25006c9cea89599b83a16461815ff4 (patch)
tree90a176fb90939f2b0f37dc813a9ad4bbdd667bcb /src/config/preferences.h
parent9373f41fa4a7ba97429f8daa78067601a17051bc (diff)
downloadprofani-tty-f099bf9a7c25006c9cea89599b83a16461815ff4.tar.gz
Added desktop notifications for chat room invites
Use "/notify invite on|off"
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index 70254e25..bdfe7a95 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -50,6 +50,7 @@ typedef enum {
     PREF_OUTTYPE,
     PREF_NOTIFY_TYPING,
     PREF_NOTIFY_MESSAGE,
+    PREF_NOTIFY_INVITE,
     PREF_CHLOG,
     PREF_AUTOAWAY_CHECK,
     PREF_AUTOAWAY_MODE,