1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Nova Cat 2024-12-06 18:36:36 -08:00
parent 71bbdbbc5e
commit 10cdf39700

View file

@ -485,7 +485,8 @@ while True:
multiline(choice(meows_upset), channel) multiline(choice(meows_upset), channel)
else: else:
multiline(choice(meows_happy), channel) multiline(choice(meows_happy), channel)
elif command[0] == "$stats":
multiline(f"{nick}: {run} commands run, {block} refused, and {parsed} links parsed, check out https://irc-bot.swee.codes")
elif command[0] == "$shell": elif command[0] == "$shell":
if perms == "full": if perms == "full":
#or "shell" in perms.split(",") #or "shell" in perms.split(",")