From 8b70a7319978f9b56ff518e3673946af14d4e9bd Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 22 Dec 2024 23:45:06 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweebot.py b/sweebot.py index 12cb789..ae78397 100644 --- a/sweebot.py +++ b/sweebot.py @@ -736,7 +736,7 @@ while True: if not sbconfig.cflagexist(channel, "-colonthree"): irc.send_irc(channel, emoticons[command[0]]) elif ":3c" in command: - if not sbconfig.cflagexist(channel, "-colonthree"): + if sbconfig.cflagexist(channel, "+:3c") or not sbconfig.cflagexist(channel, "-colonthree"): multiline(choice(threes), channel) elif command[0][:2].lower() == "s/": logs[channel] = logs[channel][:-1]