master
opfez 2021-10-09 00:26:49 +02:00
parent 6ee089a1a2
commit 55d17402cb
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,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 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 anna = rollcall
-- Basic commands -- Basic commands