diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2013-04-23 11:28:10 -0500 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2013-04-23 11:28:10 -0500 |
commit | 5cb946132871ef97fe9eabacafa62f1064d80423 (patch) | |
tree | 7f37e53af2b841ef4ecf08ca1cfdfe25e44d9e95 | |
parent | c6088915e5628bca1de0e5464f54d9d8915e8984 (diff) |
Documentation for utf8_nicks setting.
-rw-r--r-- | doc/user-guide/commands.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 3af469c6..62e1e855 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1619,6 +1619,20 @@ </description> </bitlbee-setting> + <bitlbee-setting name="utf8_nicks" type="boolean" scope="global"> + <default>false</default> + + <description> + <para> + Officially, IRC nicknames are restricted to ASCII. Recently some clients and servers started supporting Unicode nicknames though. To enable UTF-8 nickname support (contacts only) in BitlBee, enable this setting. + </para> + + <para> + To avoid confusing old clients, this setting is disabled by default. Be careful when you try it, and be prepared to be locked out of your BitlBee in case your client interacts poorly with UTF-8 nicknames. + </para> + </description> + </bitlbee-setting> + <bitlbee-setting name="web_aware" type="string" scope="account"> <default>false</default> |