dx command

This commit is contained in:
SpudGunMan
2025-10-26 05:37:04 -07:00
parent 9c9e9a02e6
commit 6d90d6f207
6 changed files with 178 additions and 0 deletions
+5
View File
@@ -141,6 +141,11 @@ if dad_jokes_enabled:
trap_list = trap_list + ("joke",)
help_message = help_message + ", joke"
if dxspotter_enabled:
from modules.dxspot import handledxcluster
trap_list = trap_list + ("dx",)
help_message = help_message + ", dx"
# Wikipedia Search Configuration
if wikipedia_enabled:
from modules.wiki import * # from the spudgunman/meshing-around repo