Quote:
|
Originally Posted by v3x
Code:
return PLUGIN_CONTINUE;
|
I thought if you just returned PLUGIN_HANDLED in that type of function it would execute the commands before it, and not print the text that the user typed in, and if you returned CONTINUE, it would both execute the commands and print the text... Does it not execute the commands if you return HANDLED?
__________________