05.10.2011, 09:00
Fixed
The Problem was here :
Must be
i Forgot the "i" for "if" .
The Problem was here :
Code:
f(strcmp(cmd, "/report", true) == 0)
Code:
if(strcmp(cmd, "/report", true) == 0)