Function: erc-cmd-SQUERY

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

Signature

(erc-cmd-SQUERY LINE)

Documentation

Send a Service Query to the service given as the first word in LINE.

The rest of LINE is the message to send.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-cmd-SQUERY (line)
  "Send a Service Query to the service given as the first word in LINE.

The rest of LINE is the message to send."
  (erc-message "SQUERY" line))