about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-04 23:41:30 +0100
committerJames Booth <boothj5@gmail.com>2016-04-04 23:41:30 +0100
commit1de11678dc021234252ba9b8de6fc6accb170f52 (patch)
tree703b526d6fd172a2f2791c603903ee84e2f72473 /src/command/command.c
parent3086341e6882997009d30f6815f37ddc206eba7e (diff)
downloadprofani-tty-1de11678dc021234252ba9b8de6fc6accb170f52.tar.gz
Added reset to /notify help
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 9fa69816..5aa86a90 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -1211,6 +1211,7 @@ static struct cmd_t command_defs[] =
             { "on|off",                     "Override the global message setting for the current chat room." },
             { "mention on|off",             "Override the global 'mention' setting for the current chat room." },
             { "trigger on|off",             "Override the global 'trigger' setting for the current chat room." },
+            { "reset",                      "Reset to global notification settings for the current chat room." },
             { "remind <seconds>",           "Notification reminder period for unread messages, use 0 to disable." },
             { "typing on|off",              "Notifications when contacts are typing." },
             { "typing current on|off",      "Whether typing notifications are triggered for the current window." },