Update bbstools.py

This commit is contained in:
SpudGunMan
2024-12-02 16:14:01 -08:00
parent 931bc7b9f7
commit f30e9cd8b8
+2 -2
View File
@@ -165,13 +165,13 @@ def bbs_delete_dm(toNode, message):
def bbs_sync_posts(input, peerNode, RxNode):
messageID = 0
# check if the bbs link is enabled
if bbs_link_whitelsit is not None:
if str(RxNode) not in bbs_link_whitelsit:
return "System: BBS Link is disabled for your node."
if bbs_link_enabled == False:
return "System: BBS Link is disabled for your node."
return "System: BBS Link is disabled."
# respond when another bot asks for the bbs posts to sync
if "bbslink" in input.lower():