Function: erc-network-name

erc-network-name is a byte-compiled function defined in erc-networks.el.gz.

Signature

(erc-network-name)

Documentation

Return the name of the current network as a string.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(defun erc-network-name ()
  "Return the name of the current network as a string."
  (erc-with-server-buffer (symbol-name erc-network)))