Project

General

Profile

Quote » History » Version 4

Per Amundsen, 06/29/2016 02:14 PM

1 1 Per Amundsen
_Added in 1.8.4_
2
3
*/quote [-nq] <command>*
4
5
Sends the specified command directly to the server. You must know the correct raw format of the command you are sending.
6
7 3 Per Amundsen
_Same as [[/raw]]._
8
9 1 Per Amundsen
*Switches*
10
11 4 Per Amundsen
-n - Prevents characters in the range 0-255 from being UTF-8 encoded, as long as the line contains characters only in the range 0-255.
12 3 Per Amundsen
-q - Makes the command work quietly without printing what it is sending.
13 1 Per Amundsen
14
*Parameters*
15
16
<command> - The command to send to the server.
17
18
*Example*
19
20
<pre>
21
;Send a raw PRIVMSG to the server.
22
/quote PRIVMSG #channel :Hi testing rawdata.
23
</pre>