Change in which "message received" handler IRC commands are handled after the change in CAP REQs.

Fixes #1252
This commit is contained in:
Rasmus Karlsson
2019-08-31 17:41:49 +02:00
parent 671c9ed654
commit 829c63be51
3 changed files with 38 additions and 85 deletions
@@ -46,8 +46,6 @@ public:
Communi::IrcNoticeMessage *message);
void handleNoticeMessage(Communi::IrcNoticeMessage *message);
void handleWriteConnectionNoticeMessage(Communi::IrcNoticeMessage *message);
void handleJoinMessage(Communi::IrcMessage *message);
void handlePartMessage(Communi::IrcMessage *message);