diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-09-19 18:17:34 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-09-19 18:17:34 +0200 |
commit | a679f70bd1af827e877b7bbcea4ea6edff322981 (patch) | |
tree | 63a45db7a01ebd77c88636c07929724e8fd79dc5 | |
parent | f24034ba30791bf0bfc28e1c4f5145eb3394541e (diff) | |
download | weechat-a679f70bd1af827e877b7bbcea4ea6edff322981.zip |
Added missing options in /server completion: "add" and "keep"
-rw-r--r-- | src/common/command.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 " |