Function: erc-capab-identify-setup
erc-capab-identify-setup is a byte-compiled function defined in
erc-capab.el.gz.
Signature
(erc-capab-identify-setup &optional PROC PARSED)
Documentation
Set up CAPAB IDENTIFY on the current server.
Optional argument PROC is the current server's process. Optional argument PARSED is the current message, a response struct.
These arguments are sent to this function when called as a hook in
erc-server-005-functions.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-capab.el.gz
;;; Functions:
(defun erc-capab-identify-setup (&optional _proc _parsed)
"Set up CAPAB IDENTIFY on the current server.
Optional argument PROC is the current server's process.
Optional argument PARSED is the current message, a response struct.
These arguments are sent to this function when called as a hook in
`erc-server-005-functions'."
(unless erc-capab-identify-sent
(erc-capab-identify-send-messages)))