1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

irc: add "server-time" in help of server option "capabilities"

This commit is contained in:
Sébastien Helleu
2014-08-17 09:58:19 +02:00
parent 25747a5f16
commit 83ffdb9ecd
19 changed files with 62 additions and 58 deletions
+3 -2
View File
@@ -1676,8 +1676,9 @@ irc_config_server_new_option (struct t_config_file *config_file,
/* TRANSLATORS: please keep words "client capabilities" between brackets if translation is different (see fr.po) */
N_("comma-separated list of client capabilities to enable for "
"server if they are available; capabilities supported by "
"WeeChat are: multi-prefix, userhost-in-names, away-notify "
"(example: \"multi-prefix,userhost-in-names,away-notify\")"),
"WeeChat are: away-notify, multi-prefix, server-time, "
"userhost-in-names, (example: "
"\"away-notify,multi-prefix\")"),
NULL, 0, 0,
default_value, value,
null_value_allowed,