From 55d17402cbc23223ac715eafdbd16d408815d3c7 Mon Sep 17 00:00:00 2001 From: opfez Date: Sat, 9 Oct 2021 00:26:49 +0200 Subject: [PATCH] asdf --- Anna.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Anna.hs b/Anna.hs index 46e119b..85dd9a3 100644 --- a/Anna.hs +++ b/Anna.hs @@ -119,7 +119,7 @@ timezone :: String -> String -> Net () timezone chn username = undefined rollcall :: String -> Net () -rollcall chn = sendMessage chn "Hello! I respond to !anna and !greets. My source code is available at https://git.tilde.town/opfez/anna" +rollcall chn = sendMessage chn "Hello! I respond to !anna, !qotd, and !greets. My source code is available at https://git.tilde.town/opfez/anna" anna = rollcall -- Basic commands