[go: up one dir, main page]

File: dcc

package info (click to toggle)
irssi-text 0.8.4-3.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,048 kB
  • ctags: 5,670
  • sloc: ansic: 51,220; sh: 8,913; perl: 1,076; makefile: 1,017
file content (27 lines) | stat: -rw-r--r-- 992 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

DCC CHAT %|[<nick>]
DCC GET %|[<nick> [<file>]]
DCC RESUME %|[<nick> [<file>]]
DCC SEND %|<nick> <file>
DCC CLOSE %|<type> <nick> [<file>]

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 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> [<file>]]
    - 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> [<file>]
    - Closes a DCC-connection. Type can be either SEND, GET or CHAT.

See also: CD