clarify missing command per https://github.com/SpudGunMan/meshing-around/issues/310

Co-Authored-By: Joe <85746415+wb3ihy@users.noreply.github.com>
This commit is contained in:
Kelly
2026-05-11 13:17:14 -07:00
parent 47e4121c4e
commit 9ca3781353
+1 -1
View File
@@ -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}")