diff options
author | Marius Halden <marius.h@lden.org> | 2016-08-09 08:44:05 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-08-09 08:44:05 +0200 |
commit | 3bc414e115a1d2ef834c44d44d7601c10f9c8f6c (patch) | |
tree | f7ef00e6e8aa705534fdd19605c1c684d9081221 | |
parent | 15c787ef14d2637d7ffebd9dda93a46e5d4832d9 (diff) | |
parent | 88cde4e8a6278c44048c4f454471d3aac724f9b7 (diff) |
Merge branch 'master' of https://github.com/bitlbee/bitlbee into patched-master
-rw-r--r-- | doc/user-guide/commands.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 53979b13..fa36d6b7 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1518,14 +1518,14 @@ 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>special</emphasis>, <emphasis>away</emphasis>, - and <emphasis>offline</emphasis>. + away), <emphasis>special</emphasis> (specific to the protocol), + <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@,special%,away+,offline</emphasis> + 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. |