Ignore:
File:
1 edited

Legend:

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

    rf9110b4 r92cb8c4  
    593593
    594594        <bitlbee-setting name="handle_unknown" type="string" scope="global">
    595                 <default>root</default>
     595                <default>add_channel</default>
    596596                <possible-values>root, add, add_private, add_channel, ignore</possible-values>
    597597
     
    11141114
    11151115        <bitlbee-command name="identify">
    1116                 <syntax>identify &lt;password&gt;</syntax>
     1116                <syntax>identify [-noload|-force] &lt;password&gt;</syntax>
    11171117                <short-description>Identify yourself with your password</short-description>
    11181118
     
    11241124                        <para>
    11251125                                Once you're registered, you can change your password using <emphasis>set password &lt;password&gt;</emphasis>.
     1126                        </para>
     1127
     1128                        <para>
     1129                                The <emphasis>-noload</emphasis> and <emphasis>-force</emphasis> flags can be used to identify when you're logged into some IM accounts already. <emphasis>-force</emphasis> will let you identify yourself and load all saved accounts (and keep the accounts you're logged into already).
     1130                        </para>
     1131                       
     1132                        <para>
     1133                                <emphasis>-noload</emphasis> will log you in but not load any accounts and settings saved under your current nickname. These will be overwritten once you save your settings (i.e. when you disconnect).
    11261134                        </para>
    11271135                </description>
     
    11681176
    11691177        </bitlbee-command>
     1178       
     1179        <bitlbee-command name="transfers">
     1180                <short-description>Monitor, cancel, or reject file transfers</short-description>
     1181                <syntax>transfers [&lt;cancel&gt; id | &lt;reject&gt;]</syntax>
     1182               
     1183                <description>
     1184                        <para>
     1185                                Without parameters the currently pending file transfers and their status will be listed. Available actions are <emphasis>cancel</emphasis> and <emphasis>reject</emphasis>. See <emphasis>help transfers &lt;action&gt;</emphasis> for more information.
     1186                        </para>
     1187
     1188                        <ircexample>
     1189                                <ircline nick="ulim">transfers</ircline>
     1190                        </ircexample>
     1191                </description>
     1192               
     1193                <bitlbee-command name="cancel">
     1194                        <short-description>Cancels the file transfer with the given id</short-description>
     1195                        <syntax>transfers &lt;cancel&gt; id</syntax>
     1196
     1197                        <description>
     1198                                <para>Cancels the file transfer with the given id</para>
     1199                        </description>
     1200
     1201                        <ircexample>
     1202                                <ircline nick="ulim">transfers cancel 1</ircline>
     1203                                <ircline nick="root">Canceling file transfer for test</ircline>
     1204                        </ircexample>
     1205                </bitlbee-command>
     1206
     1207                <bitlbee-command name="reject">
     1208                        <short-description>Rejects all incoming transfers</short-description>
     1209                        <syntax>transfers &lt;reject&gt;</syntax>
     1210
     1211                        <description>
     1212                                <para>Rejects all incoming (not already transferring) file transfers. Since you probably have only one incoming transfer at a time, no id is neccessary. Or is it?</para>
     1213                        </description>
     1214
     1215                        <ircexample>
     1216                                <ircline nick="ulim">transfers reject</ircline>
     1217                        </ircexample>
     1218                </bitlbee-command>
     1219        </bitlbee-command>
     1220       
    11701221</chapter>
Note: See TracChangeset for help on using the changeset viewer.