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