From 0adf019d4590f7fc0c366b6859bf2f0379e7f975 Mon Sep 17 00:00:00 2001 From: opfez Date: Mon, 11 Oct 2021 19:30:41 +0200 Subject: [PATCH] update rollcall message to include evaluation feature --- Anna.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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