From 0dd234023be6665cd031db4d150454e12480ad7d Mon Sep 17 00:00:00 2001 From: David Bures <12524436+PiDiBi@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:29:16 -0700 Subject: [PATCH] disable bbs --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 73db2f4..af8b22e 100644 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -26,7 +26,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 trap_list = trap_list + trap_list_conditions -trap_list = trap_list + trap_list_bbs +#trap_list = trap_list + trap_list_bbs welcome_message = "MeshBot, here for you like a friend who is not. Try sending: ping @foo or, help" help_message = "Commands are: " + ", ".join(trap_list)