diff --git a/Anna.hs b/Anna.hs index 3c17682..4465733 100644 --- a/Anna.hs +++ b/Anna.hs @@ -147,7 +147,7 @@ evalScheme chn form = do 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 . My source code is available at https://git.tilde.town/opfez/anna2" anna = rollcall -- Basic commands