Variable: erc--debug-irc-protocol-mask-secrets

erc--debug-irc-protocol-mask-secrets is a variable defined in erc.el.gz.

Value

t

Documentation

Whether to hide secrets in a debug log.

They are still visible on screen but are replaced by question marks when yanked.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--debug-irc-protocol-mask-secrets t
  "Whether to hide secrets in a debug log.
They are still visible on screen but are replaced by question
marks when yanked.")