File: erc-join.el.html

This allows us to customize an erc-autojoin-channels-alist. As we /JOIN and /PART channels, this alist is updated to reflect our current setup, so that when we reconnect, we rejoin the same channels. The alist can be customized, so that the customized value will be used when we reconnect in our next Emacs session.

Defined variables (6)

erc-autojoin-channels-alistAlist of channels to autojoin on IRC networks.
erc-autojoin-delayNumber of seconds to wait before attempting to autojoin channels.
erc-autojoin-domain-onlyTruncate host name to the domain name when joining a server.
erc-autojoin-modeNon-nil if Erc-Autojoin mode is enabled.
erc-autojoin-mode-hookHook run after entering or leaving ‘erc-autojoin-mode’.
erc-autojoin-timingWhen ERC should attempt to autojoin a channel.

Defined functions (10)

erc-autojoin-add(PROC PARSED)
erc-autojoin-after-ident(NETWORK NICK)
erc-autojoin-channels(SERVER NICK)
erc-autojoin-channels-delayed(SERVER NICK BUFFER)
erc-autojoin-current-server()
erc-autojoin-disable()
erc-autojoin-enable()
erc-autojoin-mode(&optional ARG)
erc-autojoin-remove(PROC PARSED)
erc-autojoin-server-match(CANDIDATE)

Defined faces (0)