Project

General

Profile

Raw » History » Version 1

Per Amundsen, 02/13/2014 12:04 AM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/raw [-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
*Switches*
8
9
-q - TODO
10
-n - TODO
11
12
*Parameters*
13
14
<command> - The command to send to the server.
15
16
*Example*
17
18
<pre>
19
;Send a raw PRIVMSG to the server.
20
/raw PRIVMSG #channel :Hi testing rawdata.
21
</pre>