1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Swee 2024-10-12 17:42:37 -07:00
parent c582fb6a9d
commit b3d945bc42

View file

@ -573,10 +573,10 @@ while True:
elif command[0] == ":3":
if not sbconfig.cflagexist(channel, "-colonthree"):
multiline(":3", channel)
irc.send_irc(channel, ":3")
elif ":3c" in command:
if not sbconfig.cflagexist(channel, "-colonthree"):
multiline(choice(threes), channel)
multiline(channel, choice(threes))
# try to parse and find a link
if sbconfig.cflagexist(channel, "+links"):
try: