Variable: rcirc-default-full-name

rcirc-default-full-name is a customizable variable defined in rcirc.el.gz.

Value

"unknown"

Documentation

The full name sent to the server when connecting.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-default-full-name "unknown"
  "The full name sent to the server when connecting."
  :version "24.1"                       ; changed default
  :type 'string)