From 67321158e0b10a6ad233d008affd20f2030edb3e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 1 Jul 2024 00:47: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 30a48ab..9ed236c 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -30,7 +30,7 @@ trap_list = trap_list + trap_list_solarconditions # items hfcond, solar, sun, mo 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?: ping, motd, sitrep, joke, sun, hfcond, solar, moon, tide, whereami, wx, wxc, bbshelp" +help_message = "CMD?: ping, motd, sitrep, joke, sun, hfcond, solar, moon, tide, whereami, wx, wxc, bbslist, bbshelp" MOTD = "Thanks for using PongBOT! Have a good day!" # Message of the Day RESPOND_BY_DM_ONLY = True # Set to True to respond messages via DM only (keeps the channel clean)