From f30e9cd8b8f6fcc75dfc5a1d460226fdc256468e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 2 Dec 2024 16:14:01 -0800 Subject: [PATCH] Update bbstools.py --- modules/bbstools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/bbstools.py b/modules/bbstools.py index f03e36d..9f24193 100644 --- a/modules/bbstools.py +++ b/modules/bbstools.py @@ -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():