1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Nova Cat 2024-12-22 20:40:32 -08:00
parent 0e0567446e
commit 16ebb8fed4

View file

@ -739,6 +739,7 @@ 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/":
logs[channel] = logs[channel][:-1]
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