mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
undo reformat
This commit is contained in:
parent
b2d18ddd7f
commit
c22052afdd
1 changed files with 3 additions and 13 deletions
|
@ -322,22 +322,12 @@ void IrcMessageHandler::handleNoticeMessage(Communi::IrcNoticeMessage *message)
|
||||||
void IrcMessageHandler::handleWriteConnectionNoticeMessage(Communi::IrcNoticeMessage *message)
|
void IrcMessageHandler::handleWriteConnectionNoticeMessage(Communi::IrcNoticeMessage *message)
|
||||||
{
|
{
|
||||||
static std::unordered_set<std::string> readConnectionOnlyIDs{
|
static std::unordered_set<std::string> readConnectionOnlyIDs{
|
||||||
"host_on",
|
"host_on", "host_off", "host_target_went_offline", "emote_only_on", "emote_only_off",
|
||||||
"host_off",
|
"slow_on", "slow_off", "subs_on", "subs_off", "r9k_on", "r9k_off",
|
||||||
"host_target_went_offline",
|
|
||||||
"emote_only_on",
|
|
||||||
"emote_only_off",
|
|
||||||
"slow_on",
|
|
||||||
"slow_off",
|
|
||||||
"subs_on",
|
|
||||||
"subs_off",
|
|
||||||
"r9k_on",
|
|
||||||
"r9k_off",
|
|
||||||
|
|
||||||
// Display for user who times someone out. This implies you're a moderator, at which point
|
// Display for user who times someone out. This implies you're a moderator, at which point
|
||||||
// you will be connected to PubSub and receive a better message from there
|
// you will be connected to PubSub and receive a better message from there
|
||||||
"timeout_success",
|
"timeout_success", "ban_success",
|
||||||
"ban_success",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
QVariant v = message->tag("msg-id");
|
QVariant v = message->tag("msg-id");
|
||||||
|
|
Loading…
Reference in a new issue