aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@google.com>2010-07-05 13:01:28 +0100
committerWilmer van der Gaast <wilmer@google.com>2010-07-05 13:01:28 +0100
commit69b896b5967e5d13b1c60c68cb3bc7d4a0d5cd06 (patch)
tree4ae3696639aaef0ff003176a343abcb4fad5c8ac /doc/user-guide
parent006a84f999248d1bc1c1e36fa3437765d4bd1142 (diff)
When addressing people in a chatroom, try to translate the nickname to the
original unstripped version (without ugly underscores, also).
Diffstat (limited to 'doc/user-guide')
-rw-r--r--doc/user-guide/commands.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 889b6165..4154fb27 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -1092,6 +1092,20 @@
</description>
</bitlbee-setting>
+ <bitlbee-setting name="translate_to_nicks" type="boolean" scope="channel">
+ <default>true</default>
+
+ <description>
+ <para>
+ IRC's nickname namespace is quite limited compared to most IM protocols. Not any non-ASCII characters are allowed, in fact nicknames have to be mostly alpha-numeric. Also, BitlBee has to add underscores sometimes to avoid nickname collisions.
+ </para>
+
+ <para>
+ While normally the BitlBee user is the only one seeing these names, they may be exposed to other chatroom participants for example when addressing someone in the channel (with or without tab completion). By default BitlBee will translate these stripped nicknames back to the original nick. If you don't want this, disable this setting.
+ </para>
+ </description>
+ </bitlbee-setting>
+
<bitlbee-setting name="type" type="string" scope="channel">
<default>control</default>
<possible-values>control, chat</possible-values>