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

Allow nick completion for /quote command

This commit is contained in:
Sebastien Helleu
2005-01-17 22:03:33 +00:00
parent a5bbd513b7
commit 1ee8e1edb2
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -263,7 +263,6 @@ completion_build_list (t_completion *completion, void *channel)
|| (strcasecmp (completion->base_command, "oper") == 0)
|| (strcasecmp (completion->base_command, "ping") == 0)
|| (strcasecmp (completion->base_command, "pong") == 0)
|| (strcasecmp (completion->base_command, "quote") == 0)
|| (strcasecmp (completion->base_command, "rehash") == 0)
|| (strcasecmp (completion->base_command, "restart") == 0)
|| (strcasecmp (completion->base_command, "service") == 0)