summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura <the-ceo-of-antifa@protonmail.com>2023-01-25 21:30:03 +0100
committerLaura <the-ceo-of-antifa@protonmail.com>2023-01-25 21:30:03 +0100
commit468b3c649325de247d502afecd6d50f61d92d261 (patch)
treea38bcbc55e676fa1133e5039c2a2f81a46aec056
parent037561fd2e2caf0ddb894cac05ca19b5840d4ae2 (diff)
downloadmiaowe-468b3c649325de247d502afecd6d50f61d92d261.tar.gz
miaowe-468b3c649325de247d502afecd6d50f61d92d261.zip
fortune -e because why not
-rw-r--r--miaowe.hs2
1 files changed, 1 insertions, 1 deletions
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 ()