Chatterino
|
#include "AbstractIrcServer.hpp"
#include "common/Channel.hpp"
#include "common/Common.hpp"
#include "common/QLogging.hpp"
#include "messages/LimitedQueueSnapshot.hpp"
#include "messages/Message.hpp"
#include "messages/MessageBuilder.hpp"
#include <QCoreApplication>
Namespaces | |
chatterino | |
Variables | |
const int | chatterino::RECONNECT_BASE_INTERVAL = 2000 |
const int | chatterino::MAX_FALLOFF_COUNTER = 60 |
const int | chatterino::JOIN_RATELIMIT_BUDGET = 18 |
const int | chatterino::JOIN_RATELIMIT_COOLDOWN = 12500 |