diff options
author | Timo Sirainen <cras@irssi.org> | 2004-03-23 22:57:09 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-03-23 22:57:09 +0000 |
commit | 597d9e448801ce77430d8bae0d5a7fe283cc4582 (patch) | |
tree | d62b5d33db1343177eeb74621e81e2f823f32917 /docs/help | |
parent | 5ee91babf86dc6a7624c2a256cce968a11f64883 (diff) | |
download | irssi-597d9e448801ce77430d8bae0d5a7fe283cc4582.zip |
use less wide lines to avoid ugly wrapping
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3241 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/dcc.in | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/help/in/dcc.in b/docs/help/in/dcc.in index 5711a0bf..46e851ea 100644 --- a/docs/help/in/dcc.in +++ b/docs/help/in/dcc.in @@ -17,17 +17,19 @@ /DCC SEND [-passive] [-append | -prepend | -flush | -rmtail | -rmhead] <nick> <file> [<file> ...] - Sends a DCC SEND request to remote client. Remote end has to accept - the request before the transmission can be started. Giving multiple files - queues them. File names may contain shell expansion characters: * ? [] ~ - (~ expansion may not be supported on all platforms). Files with spaces - in their names need to be quoted (eg. "file name"). If -passive is used - then the passive DCC protocol is used (as mIRC and xchat > 2.0.7 can do). - This is useful to bypass a NAT/firewall which limit your possibility in - listening for remote connections. + the request before the transmission can be started. Giving multiple + files queues them. File names may contain shell expansion + characters: * ? [] ~ (~ expansion may not be supported on all + platforms). Files with spaces in their names need to be quoted (eg. + "file name"). If -passive is used then the passive DCC protocol is + used (as mIRC and xchat > 2.0.7 can do). This is useful to bypass a + NAT/firewall which limit your possibility in listening for remote + connections. /DCC SERVER [<+|-scf> <port>] - - Starts a DCC SERVER on the specified port. The remote can connect to this - server and initiate chat, send and fserve requests. You can specify + or - - using any combination of the flags 's' (Send), 'c' (Chat), or 'f' (Fserver). + - Starts a DCC SERVER on the specified port. The remote can connect + to this server and initiate chat, send and fserve requests. You can + specify + or - using any combination of the flags 's' (Send), + 'c' (Chat), or 'f' (Fserver). /DCC CLOSE <type> <nick> [<file>] - Closes a DCC-connection. Type can be either SEND, GET or CHAT. |