aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-03-21 09:38:15 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-03-21 09:38:15 +0100
commit9b8efab1327b0263871fd95fc8612a21c7bb2389 (patch)
treeb4f3eca98861ebec342596353cf02310a290c5f9
parent7b07dc6cae23180e8a06b8663ced71fb4ace7775 (diff)
Updated documentation for the new block/allow syntax. Yes, it's slightly
ambiguous now, but it shouldn't cause problems.
-rw-r--r--doc/user-guide/commands.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index b04a6b0a..fd803801 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -196,11 +196,16 @@
<short-description>Block someone</short-description>
<syntax>block &lt;nick&gt;</syntax>
<syntax>block &lt;connection&gt; &lt;handle&gt;</syntax>
+ <syntax>block &lt;connection&gt;</syntax>
<description>
<para>
Puts the specified user on your ignore list. Either specify the user's nick when you have him/her in your contact list or a connection number and a user handle.
</para>
+
+ <para>
+ When called with only a connection specification as an argument, the command displays the current block list for that connection.
+ </para>
</description>
</bitlbee-command>
@@ -213,6 +218,10 @@
<para>
Reverse of block. Unignores the specified user or user handle on specified connection.
</para>
+
+ <para>
+ When called with only a connection specification as an argument, the command displays the current allow list for that connection.
+ </para>
</description>
</bitlbee-command>