Make help dialogue only show commands you have perms to #23

Closed
ghost wants to merge 3 commits from mergeable-changes into dev
Showing only changes of commit 33693233d2 - Show all commits

View File

@ -104,5 +104,5 @@ def on_lol_command(sender, command, label, args):
msg(sender, "&a/lol add <text> &eAdd message")
msg(sender, "&a/lol del <id> &eDelete message")
else:
noperm(sender)
noperm(sender)
return True