Project

General

Profile

Raw » History » Version 4

Per Amundsen, 06/29/2016 12:56 PM

1 3 Per Amundsen
_Added in 1.9.3_
2
3
*/raw [on|off]*
4
5
Switches numeric events on/off, if no parameters are defined, current status is shown.
6
7 1 Per Amundsen
_Added in 1.5_
8
9
*/raw [-nq] <command>*
10
11
Sends the specified command directly to the server. You must know the correct raw format of the command you are sending.
12
13 4 Per Amundsen
_Same as [[/quote]]._
14
15 1 Per Amundsen
*Switches*
16
17
-n - TODO
18 4 Per Amundsen
-q - Makes the command work quietly without printing what it is sending.
19 1 Per Amundsen
20
*Parameters*
21
22
<command> - The command to send to the server.
23
24
*Example*
25
26
<pre>
27
;Send a raw PRIVMSG to the server.
28
/raw PRIVMSG #channel :Hi testing rawdata.
29
</pre>