diff options
author | Timo Sirainen <cras@irssi.org> | 2000-08-13 15:24:23 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-08-13 15:24:23 +0000 |
commit | 83b03a1b4b2c0b1b4340a7889803dd79e21e1ad9 (patch) | |
tree | deea087bbfc6ccdd5624ad9f36c98dec06da897a /docs/help/in/dcc.in | |
parent | 92fb184facc074bd223620025d9973c3d23159b8 (diff) | |
download | irssi-83b03a1b4b2c0b1b4340a7889803dd79e21e1ad9.zip |
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@600 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help/in/dcc.in')
-rw-r--r-- | docs/help/in/dcc.in | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/help/in/dcc.in b/docs/help/in/dcc.in index 771f5bfa..d30a4e68 100644 --- a/docs/help/in/dcc.in +++ b/docs/help/in/dcc.in @@ -5,16 +5,20 @@ This is a command to handle different DCC-connections. DCC is mainly used for more reliable and faster chatting and for sending and receiving files. -/DCC CHAT nick +/DCC LIST + - Shows all the open DCC connections. +/DCC RESUME <nick> [<file>] + - Resumes a DCC SEND/GET connection. +/DCC CHAT <nick> - Sends a chat connection request to remote client or accepts - a chat connection, if the remote end has already sent a request. -/DCC GET nick + a chat connection if the remote end has already sent a request. +/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 <nick> <file> - Sends a DCC SEND request to remote client. Remote end has to accept the request before the transmission can be started. -/DCC CLOSE type nick +/DCC CLOSE <type> <nick> [<file>] - Closes a DCC-connection. Type can be either SEND, GET or CHAT. See also: CD |