diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-16 19:29:40 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-16 19:29:40 +0000 |
commit | a5bbd513b75437af720c5883fe212ec644b800d2 (patch) | |
tree | 647f99f8bc7e7c1369037e4834c467ecf8534af9 /src | |
parent | 88930e50dd06fcad997fa9380227084b319181a9 (diff) | |
download | weechat-a5bbd513b75437af720c5883fe212ec644b800d2.zip |
Allow nick completion for /me command
Diffstat (limited to 'src')
-rw-r--r-- | src/common/completion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/completion.c b/src/common/completion.c index d7632f13e..f9815a610 100644 --- a/src/common/completion.c +++ b/src/common/completion.c @@ -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) |