summaryrefslogtreecommitdiff
path: root/fig-monitor-twitch/src
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-05-06 21:09:43 -0400
committerLLLL Colonq <llll@colonq>2025-05-06 21:09:43 -0400
commitf529e18aba43de61c507feb6e58d9a84b6ed38d5 (patch)
treefd4b5b6bef3011256cfdfec24ec5b85503d0c2ad /fig-monitor-twitch/src
parent6b4e1c122b6c1e22489c1090acbd9b56d171329d (diff)
Change separator
Diffstat (limited to 'fig-monitor-twitch/src')
-rw-r--r--fig-monitor-twitch/src/Fig/Monitor/Twitch.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs b/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs
index f7d47ac..180a3cd 100644
--- a/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs
+++ b/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs
@@ -558,7 +558,7 @@ twitchChatClient cfg busAddr = do
, Nothing <- Map.lookup "custom-reward-id" msg.tags -> do
cmds.publish "monitor twitch chat incoming" . encodeUtf8 . Text.unwords $
[ displaynm
- , Text.intercalate "," $ (\(key, v) -> key <> ":" <> v) <$> Map.toList msg.tags
+ , Text.intercalate "|" $ (\(key, v) -> key <> ":" <> v) <$> Map.toList msg.tags
] <> drop 1 msg.params
_ -> pure ()
)