Variable: erc-disable-ctcp-replies

erc-disable-ctcp-replies is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

Disable replies to CTCP requests that require a reply.

If non-nil, then all incoming CTCP requests that normally require an automatic reply (like VERSION or PING) will be ignored. Good to set if some hacker is trying to flood you away.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-disable-ctcp-replies nil
  "Disable replies to CTCP requests that require a reply.
If non-nil, then all incoming CTCP requests that normally require
an automatic reply (like VERSION or PING) will be ignored.  Good to
set if some hacker is trying to flood you away."
  :group 'erc-paranoia
  :type 'boolean)