Quote » History » Version 3
Per Amundsen, 06/29/2016 12:57 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 | -n - TODO |
||
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> |