1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

irc: remove a trailing comma in help of server capabilities option

(cherry picked from commit fa4436b262)
This commit is contained in:
Sébastien Helleu
2014-08-23 21:11:46 +02:00
parent 53cc60bb32
commit cf69bfaed4
18 changed files with 31 additions and 32 deletions
+1 -2
View File
@@ -1677,8 +1677,7 @@ irc_config_server_new_option (struct t_config_file *config_file,
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\")"),
"userhost-in-names (example: \"away-notify,multi-prefix\")"),
NULL, 0, 0,
default_value, value,
null_value_allowed,