From d0f0d481690e237c82ba8d854ce08277e45fd2c8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 26 Jun 2024 15:33:50 -0700 Subject: [PATCH] Update bbstools.py --- bbstools.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bbstools.py b/bbstools.py index bac7d4c..ddb863f 100644 --- a/bbstools.py +++ b/bbstools.py @@ -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 #'"