diff options
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 5536a0b14..06acf7bc1 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -163,6 +163,11 @@ ** type: integer ** 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") +** type: string +** values: any string (default value: "_|[") + * *irc.look.nick_completion_smart* ** description: smart completion for nicks (completes first with last speakers) ** type: integer |