Variable: erc-track-shorten-cutoff
erc-track-shorten-cutoff is a customizable variable defined in
erc-track.el.gz.
Value
4
Documentation
All channel names longer than this value will be shortened.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
(defcustom erc-track-shorten-cutoff 4
"All channel names longer than this value will be shortened."
:type 'number)