From 061b0e5c580d9dc8f9d88be22fca66dfcf407a17 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 11 Dec 2007 17:34:31 +0100 Subject: Many changes in IRC plugin, added IRC specific completions --- src/core/wee-command.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/wee-command.c') diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 0ffb8a251..d0b93696a 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -1908,7 +1908,7 @@ command_init () " scroll 15 min down: /buffer scroll +15m\n" " scroll 20 msgs up: /buffer scroll -20\n" " jump to #weechat: /buffer #weechat"), - "move|close|list|notify|scroll|set|%S|%C %S|%C", + "move|close|list|notify|scroll|set|%b|%c %b|%c", command_buffer, NULL); hook_command (NULL, "builtin", N_("launch WeeChat builtin command (do not look at commands " @@ -1975,12 +1975,12 @@ command_init () "all plugins, then autoload plugins)\n" " unload: unload one or all plugins\n\n" "Without argument, /plugin command lists loaded plugins."), - "list|listfull|load|autoload|reload|unload %P", + "list|listfull|load|autoload|reload|unload %p", command_plugin, NULL); hook_command (NULL, "quit", N_("quit WeeChat"), "", "", - NULL, + "%q", command_quit, NULL); hook_command (NULL, "reload", N_("reload WeeChat and plugins configuration files from " -- cgit v1.2.3