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:
@@ -28,7 +28,7 @@ class IrcCallback
|
||||
public:
|
||||
virtual ~IrcCallback();
|
||||
|
||||
virtual void SignalIrcPlayerJoined(const std::string &nickName) = 0;
|
||||
virtual void SignalIrcChatMsg(const std::string &nickName, const std::string &msg) = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user