diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-01 15:13:41 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-01 15:13:41 +0100 |
commit | 5af886d2057c1c179d3af3502284c643b929ca34 (patch) | |
tree | adaeb7ba3ec55c0e4ea6093efd985421d4e61b1c /src/plugins | |
parent | fc94bf8743f4b87ce005eedc1164c03e0448bdf1 (diff) | |
download | weechat-5af886d2057c1c179d3af3502284c643b929ca34.zip |
irc: add "extended-join" in help of server option "capabilities"
Diffstat (limited to 'src/plugins')
-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 177be4b6a..eed9a6915 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -1689,8 +1689,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: away-notify, multi-prefix, server-time, " - "userhost-in-names (example: \"away-notify,multi-prefix\")"), + "WeeChat are: away-notify, extended-join, multi-prefix, " + "server-time, userhost-in-names (example: " + "\"away-notify,multi-prefix\")"), NULL, 0, 0, default_value, value, null_value_allowed, |