Variable: erc-lurker-ignore-chars

erc-lurker-ignore-chars is a customizable variable defined in erc.el.gz.

Value

"`_"

Documentation

Characters at the end of a nick to strip for activity tracking purposes.

See also erc-lurker-trim-nicks.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-lurker-ignore-chars "`_"
  "Characters at the end of a nick to strip for activity tracking purposes.

See also `erc-lurker-trim-nicks'."
  :group 'erc-lurker
  :type 'string)