source is now on git.tilde.town/opfez/anna2
parent
6c2333ac61
commit
b7599c627a
2
Anna.hs
2
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
|
||||
|
|
Loading…
Reference in New Issue