summaryrefslogtreecommitdiff
path: root/fig-monitor-twitch/src/Fig
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-04-21 03:19:39 -0400
committerLLLL Colonq <llll@colonq>2026-04-21 03:19:39 -0400
commit91cf14c9dabecf5e07b310c5d12ad702d570b14f (patch)
treeeab38e3fc1b514c4d5890840dec7f2aea7a7d0f0 /fig-monitor-twitch/src/Fig
parent6070421019832c94e48b988ac996bf99cf3ccd5f (diff)
fig-monitor-twitch: Fix formattingHEADmaster
Diffstat (limited to 'fig-monitor-twitch/src/Fig')
-rw-r--r--fig-monitor-twitch/src/Fig/Monitor/Twitch/Chatbot.hs2
1 files changed, 1 insertions, 1 deletions
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 ()