Function: rcirc-handler-CTCP-response
rcirc-handler-CTCP-response is a byte-compiled function defined in
rcirc.el.gz.
Signature
(rcirc-handler-CTCP-response PROCESS TARGET SENDER MESSAGE)
Documentation
Handle CTCP response MESSAGE from SENDER.
PROCESS is the process object for the current connection.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defun rcirc-handler-CTCP-response (process _target sender message)
"Handle CTCP response MESSAGE from SENDER.
PROCESS is the process object for the current connection."
(rcirc-print process sender "CTCP" nil message t))