Changeset 9b8efab for doc


Ignore:
Timestamp:
2006-03-21T08:38:15Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
aa5ac01
Parents:
7b07dc6
Message:

Updated documentation for the new block/allow syntax. Yes, it's slightly
ambiguous now, but it shouldn't cause problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r7b07dc6 r9b8efab  
    197197                <syntax>block &lt;nick&gt;</syntax>
    198198                <syntax>block &lt;connection&gt; &lt;handle&gt;</syntax>
     199                <syntax>block &lt;connection&gt;</syntax>
    199200
    200201                <description>
    201202                        <para>
    202203                                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.
     204                        </para>
     205                       
     206                        <para>
     207                                When called with only a connection specification as an argument, the command displays the current block list for that connection.
    203208                        </para>
    204209                </description>
     
    214219                                Reverse of block. Unignores the specified user or user handle on specified connection.
    215220                        </para>
     221                       
     222                        <para>
     223                                When called with only a connection specification as an argument, the command displays the current allow list for that connection.
     224                        </para>
    216225                </description>
    217226        </bitlbee-command>
Note: See TracChangeset for help on using the changeset viewer.