Added in 1.8.10

/dcc fserve (TODO)
/dcc maxcps <N> (TODO)
/dcc nick -sgcf <oldnick> <newnick> (TODO)
/dcc passive [on | off] (TODO)
/dcc reject
/dcc trust [-r] <on | off | nick | address | level> (TODO)

See also $dccignore.


/dcc schat/chat <nick>

Starts a secure chat or a regular dcc chat with nick.

schat is AdiIRC only.

Parameters

<nick> - The nick to start a chat with.

Example

; Starts a secure chat with Nick.
/dcc schat Nick

; Starts a dcc chat with Nick.
/dcc chat Nick

/dcc get <folder>

Used to change the target download folder during a DCC send/ssend transfer.

Parameters

<folder> - The folder to save the file to.

Example

; Save the file to a folder named 'Mp3'
CTCP *:DCC SEND*:dcc get Mp3

/dcc ignore [on|off|accept|ignore]

Enables or disables the dcc filetype ignore.

Parameters

[on|off|accept|ignore] - Enable/disable ignore or set the ignore type.

Example

; Enable dcc ignore accept.
/dcc ignore accept

; Disable dcc ignore.
/dcc ignore off

/dcc send|ssend [-clmn] <nick> ]file1] [file2] ... [fileN]

Starts a dcc file transfer to nick.

ssend requires a ssl client certificate which can be set in Options -> Server -> Certificate file or in the Serverlist.

Switches

-c - TODO
-l - TODO
-m - TODO
-n - TODO

Parameters

send|ssend - Starts a file transfer or a secure file transfer.
<nick> - Nick to start a file transfer to.
[file1] [file2] ... [fileN] - Files to transfer, if no files are defined, a select file dialog will open.

Example

; Starts a dcc file transfer to Nick.
/dcc send Nick

/dcc reject

Reject a DCC SEND/SSEND request during a on CTCP event.

Example

CTCP :DCC SEND:dcc reject


/dcc get <folder>

Redirect a DCC SEND/SSEND transfer to a the specified folder during a on CTCP event.

Parameters

<folder> - The folder to redirect to.

Example

CTCP :DCC SEND:dcc get somefolder