summaryrefslogtreecommitdiff
path: root/adminnotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'adminnotes.py')
-rw-r--r--adminnotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/adminnotes.py b/adminnotes.py
index 0a5bf03..b49ac0f 100644
--- a/adminnotes.py
+++ b/adminnotes.py
@@ -68,7 +68,7 @@ def show_an_help(sender):
@hook.command("an", aliases=["adminnotes", "adminnote"])
-def adminnotes_command(sender, args):
+def adminnotes_command(sender, command, label, args):
if not sender.hasPermission(an_permission):
noperm(sender)
return