diff options
author | Timo Sirainen <cras@irssi.org> | 2002-11-11 06:35:12 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-11-11 06:35:12 +0000 |
commit | 488e7b70f40eb45dafa97a22e2b19995bde52933 (patch) | |
tree | 0a664055c4e071254c297544efb07fb9033d7b16 /docs | |
parent | cd3ff41f3e59bf6955abf339426672ec14bb6194 (diff) | |
download | irssi-488e7b70f40eb45dafa97a22e2b19995bde52933.zip |
DCC send supports now queueing. Patch by Heikki Orsila <heikki@ee.tut.fi>,
although I did pretty heavy changes which hopefully didn't break it too
badly :)
New syntax: DCC SEND [-append | -prepend | flush | -rmtail | -rmhead] <nick>
-<file> [<file> ...]
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2994 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/dcc.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/help/in/dcc.in b/docs/help/in/dcc.in index eb9caa34..d18afcd3 100644 --- a/docs/help/in/dcc.in +++ b/docs/help/in/dcc.in @@ -15,9 +15,12 @@ files. /DCC GET [<nick> [<file>]] - Gets the file offered by remote client. The file is downloaded and saved into the current working directory. -/DCC SEND <nick> <file> +/DCC SEND [-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. + 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) /DCC CLOSE <type> <nick> [<file>] - Closes a DCC-connection. Type can be either SEND, GET or CHAT. |