Function: erc-channel-begin-receiving-names
erc-channel-begin-receiving-names is a byte-compiled function defined
in erc.el.gz.
Signature
(erc-channel-begin-receiving-names)
Documentation
Internal function.
Used when a channel names list is about to be received. Should be called with the current buffer set to the channel buffer.
See also erc-channel-end-receiving-names.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
;;;; List of channel members handling
(defun erc-channel-begin-receiving-names ()
"Internal function.
Used when a channel names list is about to be received. Should
be called with the current buffer set to the channel buffer.
See also `erc-channel-end-receiving-names'."
(setq erc-channel-new-member-names (make-hash-table :test 'equal)))