Function: erc-networks-enable
erc-networks-enable is an interactive and byte-compiled function
defined in erc-networks.el.gz.
Signature
(erc-networks-enable)
Documentation
Enable ERC networks mode.
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-376-functions #'erc-networks-on-MOTD-end)
(add-hook 'erc-server-422-functions #'erc-networks-on-MOTD-end))
((remove-hook 'erc-server-376-functions #'erc-networks-on-MOTD-end)
(remove-hook 'erc-server-422-functions #'erc-networks-on-MOTD-end)))