From b4bd4876fdd59807279de5a2e4ca71c9376c4bcd Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 26 Nov 2007 14:37:12 +0000 Subject: Added command hooks to completion, removed obsolete "IRC commands" completion --- src/core/wee-command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/wee-command.c') diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 41b3bfeb1..c04281e6d 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -100,7 +100,7 @@ struct command weechat_commands[] = N_("command"), N_("command: command to execute (a '/' is automatically added if not " "found at beginning of command)\n"), - "%w|%i", 0, MAX_ARGS, 1, command_builtin }, + "%w", 0, MAX_ARGS, 1, command_builtin }, { "clear", N_("clear window(s)"), N_("[-all | number [number ...]]"), @@ -119,7 +119,7 @@ struct command weechat_commands[] = N_("display help about commands"), N_("[command]"), N_("command: name of a WeeChat or IRC command"), - "%w|%i|%h", 0, 1, 0, command_help }, + "%w|%h", 0, 1, 0, command_help }, { "history", N_("show buffer command history"), N_("[clear | value]"), -- cgit v1.2.3