Variable: erc-capab-identify-prefix

erc-capab-identify-prefix is a customizable variable defined in erc-capab.el.gz.

Value

"*"

Documentation

The prefix used for unidentified users.

If you change this from the default "*", be sure to use a character not found in IRC nicknames to avoid confusion.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-capab.el.gz
(defcustom erc-capab-identify-prefix "*"
  "The prefix used for unidentified users.

If you change this from the default \"*\", be sure to use a
character not found in IRC nicknames to avoid confusion."
  :type '(choice string (const nil)))