1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

Add buffer name completion for command /filter

This commit is contained in:
Sebastien Helleu
2009-03-20 18:47:28 +01:00
parent 0b8f80d3b5
commit f814dc27f4
3 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -3683,7 +3683,7 @@ command_init ()
" filter lines containing \"weechat sucks\" on IRC "
"channel #weechat:\n"
" /filter add sucks irc.freenode.#weechat * weechat sucks"),
"list|enable|disable|toggle|add|rename|del %F",
"list|enable|disable|toggle|add|rename|del %F %B",
&command_filter, NULL);
hook_command (NULL, "help",
N_("display help about commands and options"),