mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +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, "oper") == 0)
|
||||||
|| (strcasecmp (completion->base_command, "ping") == 0)
|
|| (strcasecmp (completion->base_command, "ping") == 0)
|
||||||
|| (strcasecmp (completion->base_command, "pong") == 0)
|
|| (strcasecmp (completion->base_command, "pong") == 0)
|
||||||
|| (strcasecmp (completion->base_command, "quote") == 0)
|
|
||||||
|| (strcasecmp (completion->base_command, "rehash") == 0)
|
|| (strcasecmp (completion->base_command, "rehash") == 0)
|
||||||
|| (strcasecmp (completion->base_command, "restart") == 0)
|
|| (strcasecmp (completion->base_command, "restart") == 0)
|
||||||
|| (strcasecmp (completion->base_command, "service") == 0)
|
|| (strcasecmp (completion->base_command, "service") == 0)
|
||||||
|
|||||||
@@ -263,7 +263,6 @@ completion_build_list (t_completion *completion, void *channel)
|
|||||||
|| (strcasecmp (completion->base_command, "oper") == 0)
|
|| (strcasecmp (completion->base_command, "oper") == 0)
|
||||||
|| (strcasecmp (completion->base_command, "ping") == 0)
|
|| (strcasecmp (completion->base_command, "ping") == 0)
|
||||||
|| (strcasecmp (completion->base_command, "pong") == 0)
|
|| (strcasecmp (completion->base_command, "pong") == 0)
|
||||||
|| (strcasecmp (completion->base_command, "quote") == 0)
|
|
||||||
|| (strcasecmp (completion->base_command, "rehash") == 0)
|
|| (strcasecmp (completion->base_command, "rehash") == 0)
|
||||||
|| (strcasecmp (completion->base_command, "restart") == 0)
|
|| (strcasecmp (completion->base_command, "restart") == 0)
|
||||||
|| (strcasecmp (completion->base_command, "service") == 0)
|
|| (strcasecmp (completion->base_command, "service") == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user