mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
Help files by lite
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@536 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1fe6d11d7e
commit
d9f9b64c76
111 changed files with 1304 additions and 27 deletions
21
docs/help/in/dcc.in
Normal file
21
docs/help/in/dcc.in
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
@SYNTAX:dcc@
|
||||
|
||||
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
|
||||
- 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
|
||||
- Gets the file offered by remote client. The file is downloaded and
|
||||
saved into the current working directory.
|
||||
/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
|
||||
- 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