Function: erc-network
erc-network is a byte-compiled function defined in erc-networks.el.gz.
Signature
(erc-network)
Documentation
Return the value of erc-network(var)/erc-network(fun) for the current server.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(defun erc-network ()
"Return the value of `erc-network' for the current server."
(or erc-network (erc-with-server-buffer erc-network)))