annna-message-wikigame: add more command - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 10410f2f278002fc84f8b08e4a6a85f240192a1a | |
parent 162814a9de74f6fae7c6a0a1688278e09f0167b7 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Sat, 15 Apr 2023 20:43:18 +0200 | |
annna-message-wikigame: add more command | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-message-wikigame | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-wikigame b/annna-message-wikigame | |
@@ -14,7 +14,7 @@ text="$4" | |
saytext="" | |
case "${text}" in | |
-init|summary|hint) | |
+init|summary|hint|more) | |
saytext="$(wikipediagame "${text}")" | |
;; | |
"init "*) |