Changeset 3f10fad
- Timestamp:
- 2010-08-25T21:37:57Z (14 years ago)
- Branches:
- master
- Children:
- b0a89cc, b78c4b9
- Parents:
- 3cd4016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
r3cd4016 r3f10fad 1464 1464 </bitlbee-command> 1465 1465 1466 <bitlbee-command name="transfer s">1466 <bitlbee-command name="transfer"> 1467 1467 <short-description>Monitor, cancel, or reject file transfers</short-description> 1468 <syntax>transfer s[<cancel> id | <reject>]</syntax>1468 <syntax>transfer [<cancel> id | <reject>]</syntax> 1469 1469 1470 1470 <description> 1471 1471 <para> 1472 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 transfer s<action></emphasis> for more information.1472 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 transfer <action></emphasis> for more information. 1473 1473 </para> 1474 1474 1475 1475 <ircexample> 1476 <ircline nick="ulim">transfer s</ircline>1476 <ircline nick="ulim">transfer</ircline> 1477 1477 </ircexample> 1478 1478 </description> … … 1480 1480 <bitlbee-command name="cancel"> 1481 1481 <short-description>Cancels the file transfer with the given id</short-description> 1482 <syntax>transfer s<cancel> id</syntax>1482 <syntax>transfer <cancel> id</syntax> 1483 1483 1484 1484 <description> … … 1487 1487 1488 1488 <ircexample> 1489 <ircline nick="ulim">transfer scancel 1</ircline>1489 <ircline nick="ulim">transfer cancel 1</ircline> 1490 1490 <ircline nick="root">Canceling file transfer for test</ircline> 1491 1491 </ircexample> … … 1494 1494 <bitlbee-command name="reject"> 1495 1495 <short-description>Rejects all incoming transfers</short-description> 1496 <syntax>transfer s<reject></syntax>1496 <syntax>transfer <reject></syntax> 1497 1497 1498 1498 <description> … … 1501 1501 1502 1502 <ircexample> 1503 <ircline nick="ulim">transfer sreject</ircline>1503 <ircline nick="ulim">transfer reject</ircline> 1504 1504 </ircexample> 1505 1505 </bitlbee-command>
Note: See TracChangeset
for help on using the changeset viewer.