Update sweebot.py
This commit is contained in:
parent
71bbdbbc5e
commit
10cdf39700
1 changed files with 2 additions and 1 deletions
|
@ -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(",")
|
||||||
|
|
Loading…
Reference in a new issue