verse command

the other BBS have  Fortune it seems to be a popular thing to do. here is a verse command hidden enable like 🐝 to return bible verses better? @joshbowyer
This commit is contained in:
SpudGunMan
2025-11-03 15:29:09 -08:00
parent f51cace2c3
commit 1122d6007e
8 changed files with 91 additions and 6 deletions
+3
View File
@@ -303,6 +303,9 @@ if file_monitor_enabled or read_news_enabled or bee_enabled or enable_runShellCm
# Bee Configuration uses file monitor module
if bee_enabled:
trap_list = trap_list + ("🐝",)
if bible_enabled:
trap_list = trap_list + ("verse",)
help_message = help_message + ", verse"
# x: command for shell access
if enable_runShellCmd and allowXcmd:
trap_list = trap_list + ("x:",)