erc-cmd-DCC

erc-cmd-DCC is an autoloaded Lisp function in `erc-dcc.el'.

(erc-cmd-DCC CMD &rest ARGS)

Parser for /dcc command.
This figures out the dcc subcommand and calls the appropriate routine to
handle it. The function dispatched should be named "erc-dcc-do-FOO-command",
where FOO is one of CLOSE, GET, SEND, LIST, CHAT, etc.