Function: erc-server-315

erc-server-315 is a byte-compiled function defined in erc-backend.el.gz.

Signature

(erc-server-315 PROC PARSED)

Documentation

End of WHO/WHOIS/LIST/WHOWAS notices.

Handler for a 315 server response. PROC is the server process which returned the response. PARSED is the actual response as an erc-response struct. If you want to add responses don't modify this function, but rather add things to erc-server-315-functions instead.

Aliases

erc-server-323 erc-server-369 erc-server-318

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(define-erc-response-handler (315 318 323 369)
  ;; 315 - End of WHO
  ;; 318 - End of WHOIS list
  ;; 323 - End of channel LIST
  ;; 369 - End of WHOWAS
  "End of WHO/WHOIS/LIST/WHOWAS notices." nil
  (ignore proc parsed))