quote:
Originally posted by lazerfisk
Question: Can i send a /command as returnvalue to a command?
i think that's not possible (however never tried to do it, so you can test)
quote:
Originally posted by lazerfisk
Question #2: Can i receive all the text unfiltered in any way?
you only receive the text sent by plugins. Those texts are the character identifying that that is to be processed by a pluging (that allways is nCCNotify=0x12), the 5 characters identifying the plugins and the text. When Plus calls your ReceiveNotify function, it passes you several parameters in which you have the 5 characters identifier and the rest of the text.