06.01.2013, 09:42
Код:
if(strcmp("/egate2", cmdtext, true, 6) == 0)
When you type /egate this strcmp() will return true since "/egate2" contains "/egate".
Use a command processor like dcmd, zcmd, y_cmd, ... to prevent this kind of thing from happening