This commit is contained in:
SpudGunMan
2024-07-25 11:06:39 -07:00
parent a8293918ff
commit 53b986da36
3 changed files with 31 additions and 36 deletions
+1
View File
@@ -11,6 +11,7 @@ msg_history = [] # message history for the store and forward feature
bbs_ban_list = [] # list of banned users
bbs_admin_list = [] # list of admin users
repeater_channels = [] # list of channels to listen on for repeater mode
antiSpam = True # anti-spam feature to prevent flooding public channel
# Read the config file, if it does not exist, create basic config file
config = configparser.ConfigParser()