Variable: erc-complete-functions
erc-complete-functions is a customizable variable defined in
erc.el.gz.
Value
nil
Documentation
These functions get called when the user hits \TAB in ERC.
Each function in turn is called until one returns non-nil to indicate it has handled the input.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-complete-functions nil
"These functions get called when the user hits \\`TAB' in ERC.
Each function in turn is called until one returns non-nil to
indicate it has handled the input."
:group 'erc-hooks
:type 'hook)