refactored irc

This commit is contained in:
fourtf
2018-02-05 15:11:50 +01:00
parent 12b30eb2ed
commit b351c40d29
56 changed files with 1397 additions and 1154 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#pragma once
#include "twitch/twitchaccountmanager.hpp"
#include "providers/twitch/twitchaccountmanager.hpp"
namespace chatterino {
namespace singletons {
@@ -14,7 +14,7 @@ public:
void load();
twitch::TwitchAccountManager Twitch;
providers::twitch::TwitchAccountManager Twitch;
};
} // namespace singletons