Changeset 767a148 for doc


Ignore:
Timestamp:
2010-03-21T16:06:31Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1cc0df3, 85693e6
Parents:
545d7c0 (diff), a81d679 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging in file transfer support. Most important points from my review
are fixed now, time to let it settle in and get people to try it.

File:
1 edited

Legend:

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

    r545d7c0 r767a148  
    10281028
    10291029        </bitlbee-command>
     1030       
     1031        <bitlbee-command name="transfers">
     1032                <short-description>Monitor, cancel, or reject file transfers</short-description>
     1033                <syntax>transfers [&lt;cancel&gt; id | &lt;reject&gt;]</syntax>
     1034               
     1035                <description>
     1036                        <para>
     1037                                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.
     1038                        </para>
     1039
     1040                        <ircexample>
     1041                                <ircline nick="ulim">transfers</ircline>
     1042                        </ircexample>
     1043                </description>
     1044               
     1045                <bitlbee-command name="cancel">
     1046                        <short-description>Cancels the file transfer with the given id</short-description>
     1047                        <syntax>transfers &lt;cancel&gt; id</syntax>
     1048
     1049                        <description>
     1050                                <para>Cancels the file transfer with the given id</para>
     1051                        </description>
     1052
     1053                        <ircexample>
     1054                                <ircline nick="ulim">transfers cancel 1</ircline>
     1055                                <ircline nick="root">Canceling file transfer for test</ircline>
     1056                        </ircexample>
     1057                </bitlbee-command>
     1058
     1059                <bitlbee-command name="reject">
     1060                        <short-description>Rejects all incoming transfers</short-description>
     1061                        <syntax>transfers &lt;reject&gt;</syntax>
     1062
     1063                        <description>
     1064                                <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>
     1065                        </description>
     1066
     1067                        <ircexample>
     1068                                <ircline nick="ulim">transfers reject</ircline>
     1069                        </ircexample>
     1070                </bitlbee-command>
     1071        </bitlbee-command>
     1072       
    10301073</chapter>
Note: See TracChangeset for help on using the changeset viewer.