Variable: rcirc-nick-prefix-chars
rcirc-nick-prefix-chars is a variable defined in rcirc.el.gz.
Value
(126 38 64 37 43)
Documentation
List of junk characters to strip from nick prefixes.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
;;; nick management
(defvar rcirc-nick-prefix-chars '(?~ ?& ?@ ?% ?+)
"List of junk characters to strip from nick prefixes.")