summaryrefslogtreecommitdiff
path: root/src/irc/notifylist
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/notifylist')
-rw-r--r--src/irc/notifylist/notify-commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/notifylist/notify-commands.c b/src/irc/notifylist/notify-commands.c
index 0bef6d23..b0883f13 100644
--- a/src/irc/notifylist/notify-commands.c
+++ b/src/irc/notifylist/notify-commands.c
@@ -28,6 +28,7 @@
#define DEFAULT_NOTIFY_IDLE_TIME 60
+/* SYNTAX: [-away] [-idle [<minutes>]] <mask> [<ircnets>] */
static void cmd_notify(gchar *data)
{
GHashTable *optlist;
@@ -57,6 +58,7 @@ static void cmd_notify(gchar *data)
cmd_params_free(free_arg);
}
+/* SYNTAX: UNNOTIFY <mask> */
static void cmd_unnotify(const char *data)
{
char *mask;