Preparing the server management irc bot for further tasks.

This commit is contained in:
lotodore
2009-08-20 11:02:05 +00:00
parent 44d32b7376
commit 0aa285621b
8 changed files with 456 additions and 252 deletions
+2
View File
@@ -41,6 +41,8 @@ public:
// Send a chat message to the channel.
void SendChatMessage(const std::string &msg);
void SendPing();
void FlushQueue();
virtual void SignalTermination();