Changeset 4f22a68c for doc


Ignore:
Timestamp:
2010-07-18T20:12:55Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
94d5da9c
Parents:
3e59c8d
Message:

Automatically operate on the current channel if just using "channel set".

File:
1 edited

Legend:

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

    r3e59c8d r4f22a68c  
    211211
    212212                <bitlbee-command name="set">
    213                         <syntax>channel &lt;channel id&gt; set</syntax>
    214                         <syntax>channel &lt;channel id&gt; set &lt;setting&gt;</syntax>
    215                         <syntax>channel &lt;channel id&gt; set &lt;setting&gt; &lt;value&gt;</syntax>
    216                         <syntax>channel &lt;channel id&gt; set -del &lt;setting&gt;</syntax>
     213                        <syntax>channel [&lt;channel id&gt;] set</syntax>
     214                        <syntax>channel [&lt;channel id&gt;] set &lt;setting&gt;</syntax>
     215                        <syntax>channel [&lt;channel id&gt;] set &lt;setting&gt; &lt;value&gt;</syntax>
     216                        <syntax>channel [&lt;channel id&gt;] set -del &lt;setting&gt;</syntax>
    217217
    218218                        <description>
     
    226226                               
    227227                                <para>
    228                                         The channel ID can be a number (see <emphasis>channel list</emphasis>), or (part of) its name, as long as it matches only one channel.
     228                                        The channel ID can be a number (see <emphasis>channel list</emphasis>), or (part of) its name, as long as it matches only one channel. If you want to change settings of the current channel, you can omit the channel ID.
    229229                                </para>
    230230                        </description>
Note: See TracChangeset for help on using the changeset viewer.