Variable: erc-anonymous-login

erc-anonymous-login is a customizable variable defined in erc.el.gz.

Value

t

Documentation

Be paranoid, don't give away your machine name.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-anonymous-login t
  "Be paranoid, don't give away your machine name."
  :group 'erc-paranoia
  :type 'boolean)