Function: erc-capab-identify-mode
erc-capab-identify-mode is an autoloaded, interactive and
byte-compiled function defined in erc-capab.el.gz.
Signature
(erc-capab-identify-mode &optional ARG)
Documentation
Toggle ERC capab-identify mode.
If called interactively, enable erc-capab-identify-mode(var)/erc-capab-identify-mode(fun) if ARG
is positive, and disable it otherwise. If called from Lisp,
enable the mode if ARG is omitted or nil.
Handle dancer-ircd's CAPAB IDENTIFY-MSG and IDENTIFY-CTCP.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-capab.el.gz
;;; Define module:
;;;###autoload(autoload 'erc-capab-identify-mode "erc-capab" nil t)
(put 'capab-identify 'erc-group 'erc-capab)