mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
Allow nick completion for /quote command
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user