mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
Allow nick completion for /me command
This commit is contained in:
@@ -259,7 +259,6 @@ completion_build_list (t_completion *completion, void *channel)
|
||||
|| (strcasecmp (completion->base_command, "links") == 0)
|
||||
|| (strcasecmp (completion->base_command, "list") == 0)
|
||||
|| (strcasecmp (completion->base_command, "lusers") == 0)
|
||||
|| (strcasecmp (completion->base_command, "me") == 0)
|
||||
|| (strcasecmp (completion->base_command, "motd") == 0)
|
||||
|| (strcasecmp (completion->base_command, "oper") == 0)
|
||||
|| (strcasecmp (completion->base_command, "ping") == 0)
|
||||
|
||||
@@ -259,7 +259,6 @@ completion_build_list (t_completion *completion, void *channel)
|
||||
|| (strcasecmp (completion->base_command, "links") == 0)
|
||||
|| (strcasecmp (completion->base_command, "list") == 0)
|
||||
|| (strcasecmp (completion->base_command, "lusers") == 0)
|
||||
|| (strcasecmp (completion->base_command, "me") == 0)
|
||||
|| (strcasecmp (completion->base_command, "motd") == 0)
|
||||
|| (strcasecmp (completion->base_command, "oper") == 0)
|
||||
|| (strcasecmp (completion->base_command, "ping") == 0)
|
||||
|
||||
Reference in New Issue
Block a user