From a679f70bd1af827e877b7bbcea4ea6edff322981 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 19 Sep 2007 18:17:34 +0200 Subject: [PATCH] Added missing options in /server completion: "add" and "keep" --- src/common/command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/command.c b/src/common/command.c index b3d24cf40..059cc8331 100644 --- a/src/common/command.c +++ b/src/common/command.c @@ -212,7 +212,8 @@ t_weechat_command weechat_commands[] = " del: delete a server\n" " deloutq: delete messages out queue for all servers (all messages " "WeeChat is currently sending)"), - "copy|rename|del|deloutq|list|listfull %S %S", 0, MAX_ARGS, 0, weechat_cmd_server, NULL }, + "add|copy|rename|keep|del|deloutq|list|listfull %S %S", + 0, MAX_ARGS, 0, weechat_cmd_server, NULL }, { "set", N_("set config options"), N_("[option [ = value]]"), N_("option: name of an option (if name is full "