diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-17 22:03:33 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-17 22:03:33 +0000 |
commit | 1ee8e1edb2fe00a7db2bd8d3a154c0b5959288ff (patch) | |
tree | 41f152d39a9f1e91e925ecdb4e73f42943fbfe3a /src | |
parent | a5bbd513b75437af720c5883fe212ec644b800d2 (diff) | |
download | weechat-1ee8e1edb2fe00a7db2bd8d3a154c0b5959288ff.zip |
Allow nick completion for /quote 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 f9815a610..f96d16b27 100644 --- a/src/common/completion.c +++ b/src/common/completion.c @@ -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) |