Update sweebot.py
All checks were successful
Check syntax / check (push) Successful in 9s

This commit is contained in:
Nova Cat 2024-12-22 19:41:04 -08:00
parent 8382731ef0
commit 124dd1dcba

View file

@ -732,7 +732,7 @@ while True:
elif ":3c" in command: elif ":3c" in command:
if not sbconfig.cflagexist(channel, "-colonthree"): if not sbconfig.cflagexist(channel, "-colonthree"):
multiline(choice(threes), channel) multiline(choice(threes), channel)
elif command[0][:2].lower() == "s/" elif command[0][:2].lower() == "s/":
if sbconfig.cflagexist(channel, "+sed"): if sbconfig.cflagexist(channel, "+sed"):
replased(command[0]) replased(command[0])
# try to parse and find a link # try to parse and find a link