Update sweebot.py

This commit is contained in:
Nova Cat 2024-12-06 18:37:27 -08:00
parent 10cdf39700
commit 28647f1a63

View file

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