From 468b3c649325de247d502afecd6d50f61d92d261 Mon Sep 17 00:00:00 2001 From: Laura Date: Wed, 25 Jan 2023 21:30:03 +0100 Subject: fortune -e because why not --- miaowe.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miaowe.hs b/miaowe.hs index f26f69d..f03d4f2 100644 --- a/miaowe.hs +++ b/miaowe.hs @@ -227,7 +227,7 @@ trySendFile channel path = (doesFileExist (path) #ifdef FORTUNE getFortune :: IO String -getFortune = readCreateProcess ((shell "fortune | cowsay -b")) "" +getFortune = readCreateProcess ((shell "fortune -e | cowsay -b")) "" #endif doCommand :: IrcChannel -> MircString -> IO () -- cgit v1.2.3