Added irc support for lobby dialog. Takes some time to connect before messages can be sent/received. No special stuff yet, no user list, no connection notifications. Still work in progress.

This commit is contained in:
lotodore
2007-09-26 11:48:33 +00:00
parent 6c19233c18
commit 7bbf76fe5d
17 changed files with 117 additions and 19 deletions
+2 -1
View File
@@ -22,6 +22,7 @@
#include <net/clientcallback.h>
#include <net/servercallback.h>
#include <net/irccallback.h>
#include <game_defs.h>
#include <string>
#include <boost/shared_ptr.hpp>
@@ -30,7 +31,7 @@
class Session;
class GuiInterface : public ClientCallback, public ServerCallback {
class GuiInterface : public ClientCallback, public ServerCallback, public IrcCallback {
public:
virtual ~GuiInterface();