RE: How to get Username or other User-info
I'm starting to get this...
It seems that the order of precedence is to run all the plugins after the standard messenger plus functions, effectively stopping us from using any of the flags that are processed on sending, only on recieving.
So here's an official request: Maybe in the next version of the SDK we could have the ability to either choose to run plugins before the standard functions, or to call the standard ones from within the function with a call like stdParseCommand(const char*sCommand, const char* sCommandArg, PLUGIN_PARAM* pParam, char* sResult).
It could be a bit more trouble in the code (although it should be okay), but it would give people *much* more freedom with their plugins.
|