Variable: erc-session-user-full-name

erc-session-user-full-name is a buffer-local variable defined in erc-backend.el.gz.

Documentation

Real name used for the current session.

Sent as the last argument to the USER command.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defvar-local erc-session-user-full-name nil
  "Real name used for the current session.
Sent as the last argument to the USER command.")