mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@600 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
92fb184fac
commit
83b03a1b4b
19 changed files with 111 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue