Function: erc-nickserv-identify-on-connect

erc-nickserv-identify-on-connect is a byte-compiled function defined in erc-services.el.gz.

Signature

(erc-nickserv-identify-on-connect SERVER NICK)

Documentation

Identify to Nickserv after the connection to the server is established.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-services.el.gz
(defun erc-nickserv-identify-on-connect (_server nick)
  "Identify to Nickserv after the connection to the server is established."
  (unless (and (eq erc-nickserv-identify-mode 'both)
               (erc-nickserv-alist-regexp (erc-network)))
    (erc-nickserv-identify nil nick)))