Variable: erc-debug-irc-protocol
erc-debug-irc-protocol is a variable defined in erc.el.gz.
Value
nil
Documentation
If non-nil, log all IRC protocol traffic to the buffer "*erc-protocol*".
The buffer is created if it doesn't exist.
NOTE: If this variable is non-nil, and you kill the only visible "*erc-protocol*" buffer, it will be recreated shortly, but you won't see it.
WARNING: Do not set this variable directly! Instead, use the
function erc-toggle-debug-irc-protocol to toggle its value.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc-debug-irc-protocol nil
"If non-nil, log all IRC protocol traffic to the buffer \"*erc-protocol*\".
The buffer is created if it doesn't exist.
NOTE: If this variable is non-nil, and you kill the only
visible \"*erc-protocol*\" buffer, it will be recreated shortly,
but you won't see it.
WARNING: Do not set this variable directly! Instead, use the
function `erc-toggle-debug-irc-protocol' to toggle its value.")