Variable: erc-lurker-trim-nicks
erc-lurker-trim-nicks is a customizable variable defined in erc.el.gz.
Value
t
Documentation
If t, trim trailing erc-lurker-ignore-chars from nicks.
This causes e.g. nick and nick` to be considered as the same individual for activity tracking and lurkiness detection purposes.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-lurker-trim-nicks t
"If t, trim trailing `erc-lurker-ignore-chars' from nicks.
This causes e.g. nick and nick\\=` to be considered as the same
individual for activity tracking and lurkiness detection
purposes."
:group 'erc-lurker
:type 'boolean)