From a5bbd513b75437af720c5883fe212ec644b800d2 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 16 Jan 2005 19:29:40 +0000 Subject: Allow nick completion for /me command --- src/common/completion.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3