Variable: erc-session-password
erc-session-password is a buffer-local variable defined in
erc-backend.el.gz.
Documentation
The password used for the current session.
This should be a string or a function returning a string.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
;;;; Variables and options
(defvar-local erc-session-password nil
"The password used for the current session.
This should be a string or a function returning a string.")