1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Nova Cat 2024-12-22 19:40:28 -08:00
parent 36c136dcc3
commit 8382731ef0

View file

@ -733,7 +733,8 @@ while True:
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/"
replased(command[0]) if sbconfig.cflagexist(channel, "+sed"):
replased(command[0])
# try to parse and find a link # try to parse and find a link
if sbconfig.cflagexist(channel, "+links"): if sbconfig.cflagexist(channel, "+links"):