diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-13 08:41:03 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-13 08:41:03 +0200 |
commit | 26e98da4cbcbeee522d31d62c0fdbd991989518a (patch) | |
tree | 45ff7e2882d8d4b38a3680914717f75cdeeea79b /doc/it/autogen | |
parent | 34d14e649e0db226218d50cdab81bf8ede8f4e55 (diff) | |
download | weechat-26e98da4cbcbeee522d31d62c0fdbd991989518a.zip |
Add new options irc.color.nick_prefix and irc.color.nick_suffix
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/irc_options.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt index d7926b1df..ffb18a0ab 100644 --- a/doc/it/autogen/user/irc_options.txt +++ b/doc/it/autogen/user/irc_options.txt @@ -33,6 +33,11 @@ ** tipo: colore ** valori: un nome colore (valore predefinito: `red`) +* *irc.color.nick_prefix* +** descrizione: `color for nick prefix (prefix is custom string displayed before nick)` +** tipo: colore +** valori: un nome colore (valore predefinito: `green`) + * *irc.color.nick_prefix_halfop* ** descrizione: `colore per il prefisso del nick che รจ halfop sul canale` ** tipo: colore @@ -53,6 +58,11 @@ ** tipo: colore ** valori: un nome colore (valore predefinito: `yellow`) +* *irc.color.nick_suffix* +** descrizione: `color for nick suffix (suffix is custom string displayed after nick)` +** tipo: colore +** valori: un nome colore (valore predefinito: `green`) + * *irc.color.notice* ** descrizione: `colore per il testo "Notifica" nelle notifiche` ** tipo: colore |