Variable: erc-verbose-server-ping
erc-verbose-server-ping is a customizable variable defined in
erc.el.gz.
Value
nil
Documentation
If non-nil, show every time you get a PING or PONG from the server.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-verbose-server-ping nil
"If non-nil, show every time you get a PING or PONG from the server."
:group 'erc-paranoia
:type 'boolean)