Variable: erc-format-nick-function

erc-format-nick-function is a customizable variable defined in erc.el.gz.

Value

erc-format-nick

Documentation

Function to format a nickname for message display.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-format-nick-function 'erc-format-nick
  "Function to format a nickname for message display."
  :group 'erc-display
  :type 'function)