summaryrefslogtreecommitdiff
path: root/calc.py
diff options
context:
space:
mode:
Diffstat (limited to 'calc.py')
-rw-r--r--calc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calc.py b/calc.py
index 2c1ed15..058d68c 100644
--- a/calc.py
+++ b/calc.py
@@ -45,7 +45,7 @@ def on_calc_chat(event):
@hook.command("calc", description="Toggles chat calculations")
-def on_calc_command(sender, args):
+def on_calc_command(sender, command, label, args):
plugin_header(sender, "Chat Calculator")
if not sender.hasPermission(calc_perm):
noperm(sender)