Function: erc-banlist-finished

erc-banlist-finished is a byte-compiled function defined in erc.el.gz.

Signature

(erc-banlist-finished PROC PARSED)

Documentation

Record that we have received the banlist.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-banlist-finished (proc parsed)
  "Record that we have received the banlist."
  (let* ((channel (nth 1 (erc-response.command-args parsed)))
         (buffer (erc-get-buffer channel proc)))
    (with-current-buffer buffer
      (put 'erc-channel-banlist 'received-from-server t)))
  t)                                    ; suppress the 'end of banlist' message