Remove experimental IRC support (#5547)
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
class IAbstractIrcServer;
|
||||
class ITwitchIrcServer;
|
||||
class Channel;
|
||||
using ChannelPtr = std::shared_ptr<Channel>;
|
||||
@@ -39,8 +38,7 @@ public:
|
||||
std::vector<MessagePtr> &otherLoaded);
|
||||
|
||||
void handlePrivMessage(Communi::IrcPrivateMessage *message,
|
||||
ITwitchIrcServer &twitchServer,
|
||||
IAbstractIrcServer &abstractIrcServer);
|
||||
ITwitchIrcServer &twitchServer);
|
||||
|
||||
void handleRoomStateMessage(Communi::IrcMessage *message);
|
||||
void handleClearChatMessage(Communi::IrcMessage *message);
|
||||
@@ -50,8 +48,7 @@ public:
|
||||
void handleWhisperMessage(Communi::IrcMessage *ircMessage);
|
||||
|
||||
void handleUserNoticeMessage(Communi::IrcMessage *message,
|
||||
ITwitchIrcServer &twitchServer,
|
||||
IAbstractIrcServer &abstractIrcServer);
|
||||
ITwitchIrcServer &twitchServer);
|
||||
|
||||
void handleNoticeMessage(Communi::IrcNoticeMessage *message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user