diff options
author | dequis <dx@dxzone.com.ar> | 2015-10-25 00:17:09 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-10-25 00:17:09 -0300 |
commit | d7969a1ae0c0b822929886195222b05433236bb7 (patch) | |
tree | a1f2229f94b5ed8b83f240e0ab02b61498431b17 | |
parent | b0da3b8c1f3a2b58c01864c0760280d47a21510a (diff) |
Update 'help set show_users' to mention special and the new default
It was added a while ago.
-rw-r--r-- | doc/user-guide/commands.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index d8a6f840..d671f6d0 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1436,21 +1436,22 @@ </bitlbee-setting> <bitlbee-setting name="show_users" type="string" scope="channel"> - <default>online+,away</default> + <default>online+,special%,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>. + away), <emphasis>special</emphasis>, <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 + For example, <emphasis>online@,special%,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> |