diff options
| author | LLLL Colonq <llll@colonq> | 2025-05-06 21:37:59 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-05-06 21:37:59 -0400 |
| commit | 93e83769713dd2b6cc6470825b5aaa356b3ef9ea (patch) | |
| tree | 0fa512ca61e2a909c1fb7e7f10bd9635da8eb18e /fig-monitor-twitch | |
| parent | f529e18aba43de61c507feb6e58d9a84b6ed38d5 (diff) | |
Delimiters (evil style)
Diffstat (limited to 'fig-monitor-twitch')
| -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 180a3cd..93bde1b 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 "\n" $ (\(key, v) -> key <> "\t" <> v) <$> Map.toList msg.tags ] <> drop 1 msg.params _ -> pure () ) |
