F5 adds a fake message to the IRCManager

current messages have valid cheermotes in them
This commit is contained in:
Rasmus Karlsson
2018-01-12 19:15:21 +01:00
parent 83763cf9a9
commit 54502bc8b5
3 changed files with 31 additions and 0 deletions
+3
View File
@@ -53,6 +53,9 @@ public:
Communi::IrcConnection *getReadConnection();
/// Debug function
void addFakeMessage(const QString &data);
private:
ChannelManager &channelManager;
ResourceManager &resources;