Chatterino
|
#include "messages/MessageElement.hpp"
#include <QRegularExpression>
#include <ctime>
#include <utility>
Go to the source code of this file.
Namespaces | |
chatterino | |
Functions | |
MessagePtr | chatterino::makeSystemMessage (const QString &text) |
MessagePtr | chatterino::makeSystemMessage (const QString &text, const QTime &time) |
std::pair< MessagePtr, MessagePtr > | chatterino::makeAutomodMessage (const AutomodAction &action) |
MessagePtr | chatterino::makeAutomodInfoMessage (const AutomodInfoAction &action) |
Variables | |
const SystemMessageTag | chatterino::systemMessage {} |
const TimeoutMessageTag | chatterino::timeoutMessage {} |
const LiveUpdatesUpdateEmoteMessageTag | chatterino::liveUpdatesUpdateEmoteMessage {} |
const LiveUpdatesRemoveEmoteMessageTag | chatterino::liveUpdatesRemoveEmoteMessage {} |
const LiveUpdatesAddEmoteMessageTag | chatterino::liveUpdatesAddEmoteMessage {} |
const LiveUpdatesUpdateEmoteSetMessageTag | chatterino::liveUpdatesUpdateEmoteSetMessage {} |