From 91cf14c9dabecf5e07b310c5d12ad702d570b14f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 21 Apr 2026 03:19:39 -0400 Subject: fig-monitor-twitch: Fix formatting --- fig-monitor-twitch/src/Fig/Monitor/Twitch/Chatbot.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fig-monitor-twitch/src/Fig/Monitor/Twitch/Chatbot.hs b/fig-monitor-twitch/src/Fig/Monitor/Twitch/Chatbot.hs index 4886ffb..7dfa8c6 100644 --- a/fig-monitor-twitch/src/Fig/Monitor/Twitch/Chatbot.hs +++ b/fig-monitor-twitch/src/Fig/Monitor/Twitch/Chatbot.hs @@ -50,7 +50,7 @@ twitchChatbot cfg busAddr = do , Nothing <- Map.lookup "custom-reward-id" msg.tags -> do log $ "Received chat message from: " <> displaynm cmds.publish "fig monitor twitch chat incoming" . encodeUtf8 . Text.unwords $ - [ displaynm, "\t", fst $ Text.breakOn "!" pfx + [ mconcat [displaynm, "\t", fst $ Text.breakOn "!" pfx] , Text.intercalate "\n" $ (\(key, v) -> key <> "\t" <> v) <$> Map.toList msg.tags ] <> drop 1 msg.params _ -> pure () -- cgit v1.2.3