Update bbstools.py

This commit is contained in:
SpudGunMan
2024-06-26 15:33:50 -07:00
parent 5ad8e09f00
commit d0f0d48169
+12
View File
@@ -11,6 +11,18 @@ def tell_joke():
dadjoke = Dadjoke()
return dadjoke.joke
def create_bbsdb():
# create a database file for the bbs messages
pass
def load_bbsdb():
# load the bbs messages from the database file
pass
def save_bbsdb():
# save the bbs messages to the database file
pass
def bbs_help():
# help message
return "BBS Commands:\n'bbslist'\n'bbspost $subject #message'\n'bbsread #'\n'bbsdelete #'"