Variable: erc-sasl-user
erc-sasl-user is a customizable variable defined in erc-sasl.el.gz.
Value
:user
Documentation
Account username to send when authenticating.
This option specifies the SASL authentication identity, or
"authcid". A value of :user or :nick indicates that the
corresponding connection parameter on file should be used. ERC
typically obtains these from arguments given to its entry-point
commands, erc and erc-tls.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-sasl.el.gz
(defcustom erc-sasl-user :user
"Account username to send when authenticating.
This option specifies the SASL authentication identity, or
\"authcid\". A value of `:user' or `:nick' indicates that the
corresponding connection parameter on file should be used. ERC
typically obtains these from arguments given to its entry-point
commands, `erc' and `erc-tls'."
:type '(choice string (const :user) (const :nick)))