Quote » History » Version 1
Per Amundsen, 02/13/2014 12:03 AM
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 | *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 | /quote PRIVMSG #channel :Hi testing rawdata. |
||
21 | </pre> |