wiki wiki

This commit is contained in:
SpudGunMan
2025-10-24 13:02:13 -07:00
parent c0d0ca3743
commit 882bcf3f4b
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ Configure in `[ollama]` section of `config.ini`.
| Command | Description |
|--------------|-----------------------------------------------|
| `wiki:` | Search Wikipedia or local Kiwix server |
| `wiki` | Search Wikipedia or local Kiwix server |
Configure in `[wikipedia]` section of `config.ini`.
+2 -2
View File
@@ -150,8 +150,8 @@ if dad_jokes_enabled:
# Wikipedia Search Configuration
if wikipedia_enabled:
from modules.wiki import * # from the spudgunman/meshing-around repo
trap_list = trap_list + ("wiki:",)
help_message = help_message + ", wiki:"
trap_list = trap_list + ("wiki")
help_message = help_message + ", wiki"
# RSS Feed Configuration
if rssEnable: