diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-24 16:16:38 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-03-24 16:16:38 +0100 |
commit | 728a981e422539df38d27d87e33829082d376ac6 (patch) | |
tree | 86458693b4f0f38f3695ce7fe3bcc7b1ee67c818 /doc/user-guide | |
parent | 96ace1b808f4df3f2106fa90c19fdc23408f924d (diff) | |
parent | 9b8a38bfa9a89e9741521ac522927c80b68976cf (diff) |
[merge] Wilmer
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 9 |
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 <nick></syntax> <syntax>block <connection> <handle></syntax> + <syntax>block <connection></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> |