From afcce7f07423288ce1596b19b9868b4073c18167 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sun, 5 Oct 2025 20:16:18 -0400 Subject: fig-monitor-twitch: Tab-separate arguments for incoming events --- fig-monitor-twitch/src/Fig/Monitor/Twitch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fig-monitor-twitch') diff --git a/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs b/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs index 7e36e93..4243c46 100644 --- a/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs +++ b/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs @@ -431,7 +431,7 @@ twitchEventClient cfg busAddr = do _else -> log $ "Received unknown response: " <> tshow resp ) (\_cmds ev d -> do - let args = Text.splitOn " " $ decodeUtf8 d + let args = Text.splitOn "\t" $ decodeUtf8 d case (ev, args) of ("fig monitor twitch poll create", [title, schoices]) -> do let choices = Text.splitOn "," schoices -- cgit v1.2.3