From 8382731ef02aa8005762521615ad06d9249787c3 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 22 Dec 2024 19:40:28 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sweebot.py b/sweebot.py index 72a94a6..4fe531f 100644 --- a/sweebot.py +++ b/sweebot.py @@ -733,7 +733,8 @@ while True: if not sbconfig.cflagexist(channel, "-colonthree"): multiline(choice(threes), channel) elif command[0][:2].lower() == "s/" - replased(command[0]) + if sbconfig.cflagexist(channel, "+sed"): + replased(command[0]) # try to parse and find a link if sbconfig.cflagexist(channel, "+links"):