File: erc-networks.el.html
This file deals with IRC networks.
Usage:
This is the "networks" module.
You can use (eq (erc-network) 'Network) if you'd like to set variables or do
certain actions according to which network you're connected to.
If a network you use is not listed in erc-networks-alist, you can put
(add-to-list 'erc-networks-alist '(Network "irc.server-name.net")) in your
config file.
Defined variables (15)
erc-network | The name of the network you are connected to (a symbol). |
erc-networks--allow-unknown-network | Whether to ignore a failure in identifying the network. |
erc-networks--bouncer-targets | Symbols matching proxy-bot targets. |
erc-networks--copy-server-buffer-functions | Abnormal hook run in new server buffers when deduping. |
erc-networks--id | Server-local instance of its namesake struct. |
erc-networks--id-sep | Separator for joining ‘erc-networks--id-qualifying-parts’ into a net ID. |
erc-networks--name-missing-sentinel | Value to cover rare case of a literal NETWORK=nil. |
erc-networks--qualified-sep | Separator used for naming a target buffer. |
erc-networks--target-transplant-in-progress-p | Non-nil when merging target buffers. |
erc-networks--transplant-target-buffer-function | Function to rename and merge the contents of two target buffers. |
erc-networks-alist | Alist of IRC networks. |
erc-networks-mode | Non-nil if Erc-Networks mode is enabled. |
erc-networks-mode-hook | Hook run after entering or leaving ‘erc-networks-mode’. |
erc-server-alist | Alist of irc servers. |
erc-settings | Experimental: Alist of configuration options. |