diff options
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index f52b76aa1..2f9be501d 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -33,6 +33,11 @@ ** type: color ** values: a color name (default value: `red`) +* *irc.color.nick_prefix* +** description: `color for nick prefix (prefix is custom string displayed before nick)` +** type: color +** values: a color name (default value: `green`) + * *irc.color.nick_prefix_halfop* ** description: `color for prefix of nick which is halfop on channel` ** type: color @@ -53,6 +58,11 @@ ** type: color ** values: a color name (default value: `yellow`) +* *irc.color.nick_suffix* +** description: `color for nick suffix (suffix is custom string displayed after nick)` +** type: color +** values: a color name (default value: `green`) + * *irc.color.notice* ** description: `color for text "Notice" in notices` ** type: color |