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:
+2
-2
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user