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

Fix help of option irc.look.nick_color_stop_chars (problem in generated asciidoc file)

This commit is contained in:
Sebastien Helleu
2010-07-17 21:38:04 +02:00
parent 65439e9346
commit aef695e0e8
14 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -1674,8 +1674,8 @@ irc_config_init ()
"nick_color_stop_chars", "string",
N_("chars used to stop in nick when computing color with letters of "
"nick (at least one char outside this list must be in string before "
"stopping) (example: nick \"_nick_away\" with \"_\" in chars will "
"return color of nick \"_nick\")"),
"stopping) (example: nick \"|nick|away\" with \"|\" in chars will "
"return color of nick \"|nick\")"),
NULL, 0, 0, "_|[", NULL, 0, NULL, NULL,
&irc_config_change_look_nick_color_stop_chars, NULL, NULL, NULL);
irc_config_look_notice_as_pv = weechat_config_new_option (