about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-04 23:44:04 +0100
committerJames Booth <boothj5@gmail.com>2016-04-04 23:44:04 +0100
commit6edf3b3f94eb81413826e1559ee96be0604f3adf (patch)
tree8fe75eb723529c3ea06ba312dbadf4055da7ce1d /src
parentafa2c0f5ba5e38c2234c15191ebb0aee41e5833a (diff)
parent1de11678dc021234252ba9b8de6fc6accb170f52 (diff)
downloadprofani-tty-6edf3b3f94eb81413826e1559ee96be0604f3adf.tar.gz
Merge branch 'master' into mention-config
Diffstat (limited to 'src')
-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." },