diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-05 10:57:06 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-05 10:57:06 +0100 |
commit | e895fc7e5e57382af37b915787632dba1f17ea40 (patch) | |
tree | 880b422f16372e0aa5bc41ef53346a5dcda0d932 /src | |
parent | b7c97d64ee5b7c5d21600622709aac84c10ad625 (diff) | |
download | weechat-e895fc7e5e57382af37b915787632dba1f17ea40.zip |
irc: remove invalid argument "list" from completion of command /notify
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/irc/irc-command.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 62c4494b1..869519025 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -5144,8 +5144,7 @@ irc_command_init () " notify when \"toto\" is away or back on " "freenode server:\n" " /notify add toto freenode -away"), - "list" - " || add %(irc_channel_nicks) %(irc_servers) " + "add %(irc_channel_nicks) %(irc_servers) " "-away %-" " || del -all|%(irc_notify_nicks) %(irc_servers) %-", &irc_command_notify, NULL); |