Function: rcirc-handler-477
rcirc-handler-477 is a byte-compiled function defined in rcirc.el.gz.
Signature
(rcirc-handler-477 PROCESS SENDER ARGS TEXT)
Documentation
Notify user that CHANNEL does not support modes (ERR_NOCHANMODES).
ARGS has the form (CHANNEL MESSAGE). SENDER is passed on to
rcirc-print. PROCESS is the process object for the current
connection.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defun rcirc-handler-477 (process sender args _text)
"Notify user that CHANNEL does not support modes (ERR_NOCHANMODES).
ARGS has the form (CHANNEL MESSAGE). SENDER is passed on to
`rcirc-print'. PROCESS is the process object for the current
connection."
(rcirc-print process sender "477" (cadr args) (nth 2 args)))