Variable: erc-nick-change-attempt-count

erc-nick-change-attempt-count is a buffer-local variable defined in erc.el.gz.

Documentation

Used to keep track of how many times an attempt at changing nick is made.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar-local erc-nick-change-attempt-count 0
  "Used to keep track of how many times an attempt at changing nick is made.")