about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-24 16:59:45 +0100
committerJames Booth <boothj5@gmail.com>2014-05-24 16:59:45 +0100
commit8e14946aada9708c2c20c6e512ee7b0cf5767689 (patch)
tree3dcb3d453e30d5c39f1b4ea26a1188f5d699f5a9 /src/command/command.c
parent866d87af79b5fb02d49b60b9cc2298448f4b2fd4 (diff)
downloadprofani-tty-8e14946aada9708c2c20c6e512ee7b0cf5767689.tar.gz
Ignore case for chat room mention notification
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 78818c6d..e264f0a1 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -487,12 +487,12 @@ static struct cmd_t command_defs[] =
           "sub             : Notifications for subscription requests.",
           "                : on|off",
           "",
-          "Example : /notify message on (enable message notifications)",
-          "Example : /notify message on (enable chat room notifications)",
-          "Example : /notify remind 10  (remind every 10 seconds)",
-          "Example : /notify remind 0   (switch off reminders)",
-          "Example : /notify typing on  (enable typing notifications)",
-          "Example : /notify invite on  (enable chat room invite notifications)",
+          "Example : /notify message on   (enable message notifications)",
+          "Example : /notify room mention (enable chat room notifications only on mention)",
+          "Example : /notify remind 10    (remind every 10 seconds)",
+          "Example : /notify remind 0     (switch off reminders)",
+          "Example : /notify typing on    (enable typing notifications)",
+          "Example : /notify invite on    (enable chat room invite notifications)",
           NULL } } },
 
     { "/flash",