From c529fe0096eddd0e6e12157cf8486ad9117de900 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 23 Jul 2000 23:19:22 +0000 Subject: Added syntaxes of all commands in comments, they're going to be used to autogenerate help files. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@529 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/notifylist/notify-commands.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/irc/notifylist') 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 []] [] */ 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 */ static void cmd_unnotify(const char *data) { char *mask; -- cgit v1.2.3