Variable: erc-track-showcount-string
erc-track-showcount-string is a customizable variable defined in
erc-track.el.gz.
Value
":"
Documentation
The string to display between buffer name and the count in the mode line.
The default is a colon, resulting in "#emacs:9".
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
(defcustom erc-track-showcount-string ":"
"The string to display between buffer name and the count in the mode line.
The default is a colon, resulting in \"#emacs:9\"."
:type 'string)