From b7599c627a5e1c32d4f3d28ff9d35335248e3ae6 Mon Sep 17 00:00:00 2001 From: opfez Date: Sat, 9 Oct 2021 11:11:58 +0200 Subject: [PATCH] source is now on git.tilde.town/opfez/anna2 --- Anna.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Anna.hs b/Anna.hs index 0a7b52e..15a1ae7 100644 --- a/Anna.hs +++ b/Anna.hs @@ -120,7 +120,7 @@ timezone :: String -> String -> Net () timezone chn username = undefined rollcall :: String -> Net () -rollcall chn = sendMessage chn "Hello! I respond to !anna, !qotd, 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/anna2" anna = rollcall -- Basic commands