source is now on git.tilde.town/opfez/anna2

master
opfez 2021-10-09 11:11:58 +02:00
parent 6c2333ac61
commit b7599c627a
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ timezone :: String -> String -> Net ()
timezone chn username = undefined timezone chn username = undefined
rollcall :: String -> Net () 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 anna = rollcall
-- Basic commands -- Basic commands