| 29 | pAntibot->Server()->Kick(ClientId, pMessage); |
| 30 | } |
| 31 | void CAntibot::Log(const char *pMessage, void *pUser) |
| 32 | { |
| 33 | CAntibot *pAntibot = (CAntibot *)pUser; |
| 34 | pAntibot->Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "antibot", pMessage); |
| 35 | } |
| 36 | void CAntibot::Report(int ClientId, const char *pMessage, void *pUser) |
| 37 | { |
| 38 | char aBuf[256]; |