From fcdd27e8acb48845acce11b9468132587bad1cde Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 26 Jun 2024 17:36:00 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index f1f0097..0b47d38 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -27,7 +27,7 @@ trap_list = ("ping", "ack", "testing", "pong", "motd", "help", "lheard", "sitre # join all lists, comment out unwanted funtionality, defined in corresponding files/modules trap_list = trap_list + trap_list_location # items tide, whereami, wxc, wx trap_list = trap_list + trap_list_solarconditions # items hfcond, solar, sun, moon -trap_list = trap_list + trap_list_bbs # items bbslist, bbspost, bbsread, bbsdelete +trap_list = trap_list + trap_list_bbs # items bbslist, bbspost, bbsread, bbsdelete, bbshelp welcome_message = "MeshBot, here for you like a friend who is not. Try sending: ping @foo or, help" help_message = "CMD?: " + ", ".join(trap_list)