Variable: erc-notice-prefix

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

Value

"*** "

Documentation

Prefix for all notices.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-notice-prefix "*** "
  "Prefix for all notices."
  :group 'erc-display
  :type 'string)