1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

irc: remove invalid argument "list" from completion of command /notify

This commit is contained in:
Sebastien Helleu
2012-01-05 10:57:06 +01:00
parent b7c97d64ee
commit e895fc7e5e
+1 -2
View File
@@ -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);