update rollcall message to include evaluation feature
parent
292c39cd9f
commit
0adf019d45
2
Anna.hs
2
Anna.hs
|
@ -147,7 +147,7 @@ evalScheme chn form = do
|
||||||
|
|
||||||
|
|
||||||
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/anna2"
|
rollcall chn = sendMessage chn "Hello! I respond to !anna, !qotd, !greets, and !eval <scheme form>. My source code is available at https://git.tilde.town/opfez/anna2"
|
||||||
anna = rollcall
|
anna = rollcall
|
||||||
|
|
||||||
-- Basic commands
|
-- Basic commands
|
||||||
|
|
Loading…
Reference in New Issue