aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ducks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index 4653e400..cbf65eba 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -87,8 +87,8 @@ class Module(ModuleManager.BaseModule):
:help: Befriend a duck
"""
if event["target"].duck_active:
- action = self._duck_action(event["target"], event["user"], "saved",
- "ducks-befriended")
+ action = self._duck_action(event["target"], event["user"],
+ "befriended", "ducks-befriended")
event["stdout"].write(action)
else:
self._no_duck(event["target"], event["user"], event["stderr"])