From 9ca378135319a052d7236b73aeab6aac635473a7 Mon Sep 17 00:00:00 2001 From: Kelly Date: Mon, 11 May 2026 13:17:14 -0700 Subject: [PATCH] bbs help clarify missing command per https://github.com/SpudGunMan/meshing-around/issues/310 Co-Authored-By: Joe <85746415+wb3ihy@users.noreply.github.com> --- modules/bbstools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bbstools.py b/modules/bbstools.py index af837d9..609a966 100644 --- a/modules/bbstools.py +++ b/modules/bbstools.py @@ -61,7 +61,7 @@ def save_bbsdb(): def bbs_help(): # help message - return "BBS Commands:\n'bbslist'\n'bbspost $subject #message'\n'bbsread #'\n'bbsdelete #'\n'cmd'" + return "BBS Commands:\n'bbslist'\n'bbspost $subject #message'\n'bbspost @node #message' (DM)\n'bbsread #'\n'bbsdelete #'\n'cmd'" def bbs_list_messages(): #print (f"System: raw bbs_messages: {bbs_messages}")