From 1de11678dc021234252ba9b8de6fc6accb170f52 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 4 Apr 2016 23:41:30 +0100 Subject: [PATCH] Added reset to /notify help --- src/command/command.c | 1 + 1 file changed, 1 insertion(+) 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 ", "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." },