Variable: erc-autojoin-delay

erc-autojoin-delay is a customizable variable defined in erc-join.el.gz.

Value

30

Documentation

Number of seconds to wait before attempting to autojoin channels.

This only takes effect if erc-autojoin-timing is ident. If NickServ identification occurs before this delay expires, ERC autojoins immediately at that time.

This variable was added, or its default value changed, in Emacs 24.1.

Probably introduced at or before Emacs version 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-join.el.gz
(defcustom erc-autojoin-delay 30
  "Number of seconds to wait before attempting to autojoin channels.
This only takes effect if `erc-autojoin-timing' is `ident'.
If NickServ identification occurs before this delay expires, ERC
autojoins immediately at that time."
  :version "24.1"
  :type  'integer)