diff options
-rw-r--r-- | src/command/command.c | 1 |
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." }, |