Adding server irc management request to show the ip address of a user (in order to ban the user from the server).

This commit is contained in:
lotodore
2009-04-10 21:54:59 +00:00
parent dee2c6a0e5
commit f8b1123cc5
3 changed files with 34 additions and 5 deletions
+1
View File
@@ -73,6 +73,7 @@ public:
bool UnBanPlayerRegex(unsigned banId);
void GetBanPlayerList(std::list<std::string> &list) const;
void ClearBanPlayerList();
std::string GetPlayerIPAddress(const std::string &playerName) const;
void RemovePlayer(unsigned playerId, unsigned errorCode);
void SendGlobalChat(const std::string &message);