Quote » History » Version 5
Per Amundsen, 02/16/2023 02:59 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 | 5 | Per Amundsen | table(ktable). |
| 12 | |*Switch*|*Description*| |
||
| 13 | | -n | Prevents characters in the range 0-255 from being UTF-8 encoded, as long as the line contains characters only in the range 0-255. | |
||
| 14 | | -q | Makes the command work quietly without printing what it is sending. | |
||
| 15 | 1 | Per Amundsen | |
| 16 | *Parameters* |
||
| 17 | |||
| 18 | 5 | Per Amundsen | table(ktable). |
| 19 | |*Parameter*|*Description*| |
||
| 20 | | <command> | The command to send to the server. | |
||
| 21 | 1 | Per Amundsen | |
| 22 | *Example* |
||
| 23 | |||
| 24 | <pre> |
||
| 25 | ;Send a raw PRIVMSG to the server. |
||
| 26 | /quote PRIVMSG #channel :Hi testing rawdata. |
||
| 27 | </pre> |