Variable: erc-networks-mode
erc-networks-mode is a customizable variable defined in
erc-networks.el.gz.
Value
nil
Documentation
Non-nil if Erc-Networks mode is enabled.
See the erc-networks-mode(var)/erc-networks-mode(fun) command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function erc-networks-mode(var)/erc-networks-mode(fun).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(define-erc-module networks nil
"Provide data about IRC networks."
((add-hook 'erc-server-375-functions #'erc-set-network-name)
(add-hook 'erc-server-422-functions #'erc-set-network-name)
(add-hook 'erc-disconnected-hook #'erc-unset-network-name))
((remove-hook 'erc-server-375-functions #'erc-set-network-name)
(remove-hook 'erc-server-422-functions #'erc-set-network-name)
(remove-hook 'erc-disconnected-hook #'erc-unset-network-name)))