Enable sending of a global message box through the irc bot, to inform clients about server reboots.
This commit is contained in:
@@ -57,6 +57,7 @@ public:
|
||||
virtual void SignalNetClientNewGameAdmin(unsigned playerId, const std::string &playerName) = 0;
|
||||
|
||||
virtual void SignalNetClientChatMsg(const std::string &playerName, const std::string &msg) = 0;
|
||||
virtual void SignalNetClientMsgBox(const std::string &msg) = 0;
|
||||
virtual void SignalNetClientWaitDialog() = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user