Variable: erc-whowas-on-nosuchnick
erc-whowas-on-nosuchnick is a customizable variable defined in
erc.el.gz.
Value
nil
Documentation
If non-nil, do a whowas on a nick if no such nick.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
;; other tunable parameters
(defcustom erc-whowas-on-nosuchnick nil
"If non-nil, do a whowas on a nick if no such nick."
:group 'erc
:type 'boolean)