1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

Added missing options in /server completion: "add" and "keep"

This commit is contained in:
Sebastien Helleu
2007-09-19 18:17:34 +02:00
parent f24034ba30
commit a679f70bd1
+2 -1
View File
@@ -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 "