Raw » History » Version 3
Per Amundsen, 07/12/2014 12:59 PM
| 1 | 3 | Per Amundsen | _Added in 1.9.3_ |
|---|---|---|---|
| 2 | |||
| 3 | */raw [on|off]* |
||
| 4 | |||
| 5 | Switches numeric events on/off, if no parameters are defined, current status is shown. |
||
| 6 | |||
| 7 | 1 | Per Amundsen | _Added in 1.5_ |
| 8 | |||
| 9 | */raw [-nq] <command>* |
||
| 10 | |||
| 11 | Sends the specified command directly to the server. You must know the correct raw format of the command you are sending. |
||
| 12 | |||
| 13 | *Switches* |
||
| 14 | |||
| 15 | -n - TODO |
||
| 16 | 2 | Per Amundsen | -q - TODO |
| 17 | 1 | Per Amundsen | |
| 18 | *Parameters* |
||
| 19 | |||
| 20 | <command> - The command to send to the server. |
||
| 21 | |||
| 22 | *Example* |
||
| 23 | |||
| 24 | <pre> |
||
| 25 | ;Send a raw PRIVMSG to the server. |
||
| 26 | /raw PRIVMSG #channel :Hi testing rawdata. |
||
| 27 | </pre> |