From c22052afdd09214b24c231af6fc9c048f30ae1f2 Mon Sep 17 00:00:00 2001 From: chems <40538592+ch-ems@users.noreply.github.com> Date: Tue, 26 Jun 2018 22:22:42 +0100 Subject: [PATCH] undo reformat --- src/providers/twitch/IrcMessageHandler.cpp | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/providers/twitch/IrcMessageHandler.cpp b/src/providers/twitch/IrcMessageHandler.cpp index f3b005d03..1225e7877 100644 --- a/src/providers/twitch/IrcMessageHandler.cpp +++ b/src/providers/twitch/IrcMessageHandler.cpp @@ -322,22 +322,12 @@ void IrcMessageHandler::handleNoticeMessage(Communi::IrcNoticeMessage *message) void IrcMessageHandler::handleWriteConnectionNoticeMessage(Communi::IrcNoticeMessage *message) { static std::unordered_set readConnectionOnlyIDs{ - "host_on", - "host_off", - "host_target_went_offline", - "emote_only_on", - "emote_only_off", - "slow_on", - "slow_off", - "subs_on", - "subs_off", - "r9k_on", - "r9k_off", + "host_on", "host_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 // you will be connected to PubSub and receive a better message from there - "timeout_success", - "ban_success", + "timeout_success", "ban_success", }; QVariant v = message->tag("msg-id");