Function: erc--wrap-banlist-cmd

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

Signature

(erc--wrap-banlist-cmd SLASHCMD)

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc--wrap-banlist-cmd (slashcmd)
  (lambda ()
    (put 'erc-channel-banlist 'received-from-server t)
    (unwind-protect (funcall slashcmd)
      (put 'erc-channel-banlist 'received-from-server nil))
    t))