aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-14 17:11:44 +0100
committerGravatar jesopo2019-06-14 17:11:44 +0100
commitf8b086b09516d6dfe653207e33bae147ff2657ac (patch)
tree422f924c85da5631ec66decbd8ea43c397b2e7d7 /modules
parent80 col wrap (diff)
signature
"saved a duck" -> "befriended a duck"
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"])