Fakeraw » History » Version 1
Per Amundsen, 02/10/2014 01:52 PM
| 1 | 1 | Per Amundsen | _Added in 1.8.10_ |
|---|---|---|---|
| 2 | |||
| 3 | */fakeraw [text]* |
||
| 4 | |||
| 5 | Intended for plugins who wants to take full control over certain raw aspects of AdiIRC or for debugging. |
||
| 6 | |||
| 7 | Can be used to make AdiIRC parse a raw message as if it came from a server, use with caution. |
||
| 8 | |||
| 9 | *Parameters* |
||
| 10 | |||
| 11 | [text] - The raw text to parse. |
||
| 12 | |||
| 13 | *Example* |
||
| 14 | |||
| 15 | <pre> |
||
| 16 | /fakeraw :Nick!Ident@host.com PRIVMSG #channel :This is fake message |
||
| 17 | </pre> |