diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-17 21:38:04 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-17 21:38:04 +0200 |
commit | aef695e0e8ff2565ca9b50ca16c62626889261b3 (patch) | |
tree | c52a472fb7dbda6c9b6745af9cc734b5f69640a4 /doc/en/autogen/user/irc_options.txt | |
parent | 65439e93463d992ea97a98e91f62e0d26286640f (diff) | |
download | weechat-aef695e0e8ff2565ca9b50ca16c62626889261b3.zip |
Fix help of option irc.look.nick_color_stop_chars (problem in generated asciidoc file)
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 06acf7bc1..ef8b4ace4 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -164,7 +164,7 @@ ** values: current, server (default value: current) * *irc.look.nick_color_stop_chars* -** description: 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") +** description: 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") ** type: string ** values: any string (default value: "_|[") |