erc-extract-command-from-line

erc-extract-command-from-line is a compiled Lisp function in `erc.el'.

(erc-extract-command-from-line LINE)

Extract command and args from the input LINE.
If no command was given, return nil. If command matches, return a
list of the form: (command args) where both elements are strings.