Function: erc-unset-network-name

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

Signature

(erc-unset-network-name NICK IP REASON)

Documentation

Set erc-network(var)/erc-network(fun) to nil.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(defun erc-unset-network-name (_nick _ip _reason)
  "Set `erc-network' to nil."
  (setq erc-network nil)
  nil)