diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-17 09:58:19 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-17 09:58:19 +0200 |
commit | 83ffdb9ecda683bf56fd5425e523506ffb4e976d (patch) | |
tree | 19c1ccc40fd02bf958f2c9347efaf45780ab4cbf /src/plugins/irc | |
parent | 25747a5f16b99fcb03d723f5475b69de019eba8b (diff) | |
download | weechat-83ffdb9ecda683bf56fd5425e523506ffb4e976d.zip |
irc: add "server-time" in help of server option "capabilities"
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-config.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index be0d5cbc4..891571829 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -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, |