_Added in 1.8.10_ */fakeraw [%var|text]* Intended for plugins who wants to take full control over certain raw aspects of AdiIRC or for debugging. Can be used to make AdiIRC parse a raw message as if it came from a server, use with caution. *Parameters* [text] - The raw text to parse. *Example*
;Sends a fake message to #channel
/fakeraw :Nick!Ident@host.com PRIVMSG #channel :This is a fake message

;Set a variable with consecutive spaces.
//set %temp :asd!asd@asd PRIVMSG $me :a $+ $chr(32) $+ $chr(32) $+ $chr(32) $+ $chr(32) b

;Sends the fake message with the variable as parameter, consecutive spaces is now preserved.
/fakeraw %temp