diff options
| author | LLLL Colonq <llll@colonq> | 2025-05-06 21:09:43 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-05-06 21:09:43 -0400 |
| commit | f529e18aba43de61c507feb6e58d9a84b6ed38d5 (patch) | |
| tree | fd4b5b6bef3011256cfdfec24ec5b85503d0c2ad /fig-monitor-twitch/src | |
| parent | 6b4e1c122b6c1e22489c1090acbd9b56d171329d (diff) | |
Change separator
Diffstat (limited to 'fig-monitor-twitch/src')
| -rw-r--r-- | fig-monitor-twitch/src/Fig/Monitor/Twitch.hs | 2 |
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 () ) |
