Variable: erc-paranoid

erc-paranoid is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

If non-nil, then all incoming CTCP requests will be shown.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-paranoid nil
  "If non-nil, then all incoming CTCP requests will be shown."
  :group 'erc-paranoia
  :type 'boolean)