summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-11-26 14:37:12 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-11-26 14:37:12 +0000
commitb4bd4876fdd59807279de5a2e4ca71c9376c4bcd (patch)
tree8dffbba4914ced0098524bbe79a8fe4d8c279ec4 /src/core/wee-command.c
parentf5d026a775cc940c16d23ee9559140f4606d8aff (diff)
downloadweechat-b4bd4876fdd59807279de5a2e4ca71c9376c4bcd.zip
Added command hooks to completion, removed obsolete "IRC commands" completion
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c4
1 files changed, 2 insertions, 2 deletions
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]"),