summaryrefslogtreecommitdiff
path: root/miaowe.hs
diff options
context:
space:
mode:
Diffstat (limited to 'miaowe.hs')
-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 ()