Function: rcirc-cmd-quote

rcirc-cmd-quote is an interactive and byte-compiled function defined in rcirc.el.gz.

Signature

(rcirc-cmd-quote ARGLIST &optional PROCESS TARGET)

Documentation

Send MESSAGE literally to server.

Note: If PROCESS or TARGET are nil, the values given by rcirc-buffer-process and rcirc-target will be used.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(rcirc-define-command quote (message)
  "Send MESSAGE literally to server."
  (interactive "sServer message: ")
  (rcirc-send-string process message))