mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-06 01:41:45 +02:00
Update bbstools.py
This commit is contained in:
+12
@@ -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 #'"
|
||||
|
||||
Reference in New Issue
Block a user