Enable sending of a global message box through the irc bot, to inform clients about server reboots.
This commit is contained in:
@@ -70,7 +70,8 @@ public:
|
||||
bool KickPlayerByName(const std::string &playerName);
|
||||
void RemovePlayer(unsigned playerId, unsigned errorCode);
|
||||
|
||||
void SendGlobalNotice(const std::string &message);
|
||||
void SendGlobalChat(const std::string &message);
|
||||
void SendGlobalMsgBox(const std::string &message);
|
||||
|
||||
void AddComputerPlayer(boost::shared_ptr<PlayerData> player);
|
||||
void RemoveComputerPlayer(boost::shared_ptr<PlayerData> player);
|
||||
|
||||
Reference in New Issue
Block a user