diff options
author | Laura <the-ceo-of-antifa@protonmail.com> | 2023-01-25 21:30:03 +0100 |
---|---|---|
committer | Laura <the-ceo-of-antifa@protonmail.com> | 2023-01-25 21:30:03 +0100 |
commit | 468b3c649325de247d502afecd6d50f61d92d261 (patch) | |
tree | a38bcbc55e676fa1133e5039c2a2f81a46aec056 | |
parent | 037561fd2e2caf0ddb894cac05ca19b5840d4ae2 (diff) | |
download | miaowe-468b3c649325de247d502afecd6d50f61d92d261.tar.gz miaowe-468b3c649325de247d502afecd6d50f61d92d261.zip |
fortune -e because why not
-rw-r--r-- | miaowe.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () |