Function: erc-networks--id-reload

erc-networks--id-reload is a byte-compiled function defined in erc-networks.el.gz.

Signature

(erc-networks--id-reload NID &optional PROC PARSED)

Documentation

Handle an update to the current network identity.

If provided, PROC should be the current erc-server-process and PARSED the current erc-response. NID is an erc-networks--id object.

Implementations

(erc-networks--id-reload (NID erc-networks--id-qualifying) &optional PROC PARSED) in `erc-networks.el'.

Refresh identity after an `erc-networks--id-qualifying-parts'update.

(erc-networks--id-reload NID &optional PROC PARSED) in `erc-networks.el'.

Undocumented

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(cl-defgeneric erc-networks--id-reload (_nid &optional _proc _parsed)
  "Handle an update to the current network identity.
If provided, PROC should be the current `erc-server-process' and
PARSED the current `erc-response'.  NID is an `erc-networks--id'
object."
  nil)