Function: erc-networks-mode

erc-networks-mode is an interactive and byte-compiled function defined in erc-networks.el.gz.

Signature

(erc-networks-mode &optional ARG)

Documentation

Toggle ERC networks mode.

If called interactively, enable erc-networks-mode(var)/erc-networks-mode(fun) if ARG is positive, and disable it otherwise. If called from Lisp, enable the mode if ARG is omitted or nil.

Provide data about IRC networks.

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)))