summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura <the-ceo-of-antifa@protonmail.com>2023-01-26 17:12:36 +0100
committerLaura <the-ceo-of-antifa@protonmail.com>2023-01-26 17:12:36 +0100
commitd197bc769e2eb45e84e0de749796f32345825469 (patch)
tree3630e8ac21b7705e64cc71c4dd7c7edacaf8c093
parent115d223922eb50a371743ea2f384323278888f9c (diff)
downloadmiaowe-d197bc769e2eb45e84e0de749796f32345825469.tar.gz
miaowe-d197bc769e2eb45e84e0de749796f32345825469.zip
No reason for a quit command really
-rw-r--r--miaowe.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/miaowe.hs b/miaowe.hs
index f046198..aa26987 100644
--- a/miaowe.hs
+++ b/miaowe.hs
@@ -233,7 +233,6 @@ getFortune = readCreateProcess ((shell "fortune -e | cowsay -b")) ""
doCommand :: IrcChannel -> MircString -> IO ()
doCommand channel command =
case map toLower ((words command)!!4) of
- "quit" -> exitSuccess
"list" -> listDirectory "."
>>= sendToChannel channel .
intercalate "\n"