Quote » History » Version 2
Per Amundsen, 02/15/2014 05:04 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 | -n - TODO |
||
10 | 2 | Per Amundsen | -q - TODO |
11 | 1 | Per Amundsen | |
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> |