Added Kick, Ban and IsInKickQueue to public extension API (bug 3907, r=dvander)

This commit is contained in:
Zach Kanzler
2009-08-24 09:05:54 +12:00
parent 1156d00538
commit 5710a35388
3 changed files with 40 additions and 5 deletions
+1 -1
View File
@@ -79,6 +79,7 @@ public:
void SetAdminId(AdminId id, bool temporary);
AdminId GetAdminId();
void Kick(const char *str);
bool IsInKickQueue();
IPlayerInfo *GetPlayerInfo();
unsigned int GetLanguageId();
int GetUserId();
@@ -87,7 +88,6 @@ public:
unsigned int GetSerial();
public:
void DoBasicAdminChecks();
bool IsInKickQueue();
void MarkAsBeingKicked();
int GetLifeState();
private: