diff options
| -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 () ) |
