aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-19 00:50:27 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-19 00:50:27 +0100
commit6d8cc053c4b247ad721a0760b13cd383d758c2c5 (patch)
treed51e026a88583e877787dc22f5231e028e335a7e /doc/user-guide
parent94d5da9cc78a89b6292d53c7784a3076500d67e2 (diff)
Adding easy migration from old show_offline/away_devoice settings, and
documentation.
Diffstat (limited to 'doc/user-guide')
-rw-r--r--doc/user-guide/commands.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index ae2d76fb..4413ce49 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -517,6 +517,10 @@
<para>
With this option enabled, the root user devoices people when they go away (just away, not offline) and gives the voice back when they come back. You might dislike the voice-floods you'll get if your contact list is huge, so this option can be disabled.
</para>
+
+ <para>
+ Replaced with the <emphasis>show_users</emphasis> setting. See <emphasis>help show_users</emphasis>.
+ </para>
</description>
</bitlbee-setting>
@@ -1040,6 +1044,32 @@
<para>
If enabled causes BitlBee to also show offline users in Channel. Online-users will get op, away-users voice and offline users none of both. This option takes effect as soon as you reconnect.
</para>
+
+ <para>
+ Replaced with the <emphasis>show_users</emphasis> setting. See <emphasis>help show_users</emphasis>.
+ </para>
+ </description>
+ </bitlbee-setting>
+
+ <bitlbee-setting name="show_users" type="string" scope="channel">
+ <default>online+,away</default>
+
+ <description>
+ <para>
+ Comma-separated list of statuses of users you want in the channel,
+ and any modes they should have. The following statuses are currently
+ recognised: <emphasis>online</emphasis> (i.e. available, not
+ away), <emphasis>away</emphasis>, and <emphasis>offline</emphasis>.
+ </para>
+
+ <para>
+ If a status is followed by a valid channel mode character
+ (@, % or +), it will be given to users with that status.
+ For example, <emphasis>online@,away+,offline</emphasis> will
+ show all users in the channel. Online people will
+ have +o, people who are online but away will have +v,
+ and others will have no special modes.
+ </para>
</description>
</bitlbee-setting>