|
Chatterino
|
#include "TwitchIrcServer.hpp"#include <IrcCommand>#include <cassert>#include "Application.hpp"#include "common/Common.hpp"#include "common/Env.hpp"#include "common/QLogging.hpp"#include "controllers/accounts/AccountController.hpp"#include "messages/Message.hpp"#include "messages/MessageBuilder.hpp"#include "providers/seventv/SeventvEventAPI.hpp"#include "providers/twitch/IrcMessageHandler.hpp"#include "providers/twitch/PubSubManager.hpp"#include "providers/twitch/TwitchAccount.hpp"#include "providers/twitch/TwitchChannel.hpp"#include "providers/twitch/TwitchHelpers.hpp"#include "singletons/Settings.hpp"#include "util/Helpers.hpp"#include "util/PostToThread.hpp"#include <QMetaEnum>Namespaces | |
| chatterino | |
Macros | |
| #define | TWITCH_PUBSUB_URL "wss://pubsub-edge.twitch.tv" |
| #define TWITCH_PUBSUB_URL "wss://pubsub-edge.twitch.tv" |
1.8.13