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-alist | Alist of channels to autojoin on IRC networks. |
erc-autojoin-delay | Number of seconds to wait before attempting to autojoin channels. |
erc-autojoin-domain-only | Truncate host name to the domain name when joining a server. |
erc-autojoin-mode | Non-nil if Erc-Autojoin mode is enabled. |
erc-autojoin-mode-hook | Hook run after entering or leaving ‘erc-autojoin-mode’. |
erc-autojoin-timing | When 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) |