1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Nova Cat 2024-12-22 23:45:06 -08:00
parent 16ebb8fed4
commit 8b70a73199

View file

@ -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]