Variable: erc-beep-p
erc-beep-p is a customizable variable defined in erc-goodies.el.gz.
Value
nil
Documentation
Beep if C-g is in the server message.
The value erc-interpret-controls-p must also be t for this to work.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
(defcustom erc-beep-p nil
"Beep if C-g is in the server message.
The value `erc-interpret-controls-p' must also be t for this to work."
:type 'boolean)