diff options
| -rw-r--r-- | modules/ducks.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index 46d33ffd..4653e400 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -99,8 +99,8 @@ class Module(ModuleManager.BaseModule): :help: Trap a duck """ if event["target"].duck_active: - action = self._duck_action(event["target"], event["user"], "trapped", - "ducks-shot") + action = self._duck_action(event["target"], event["user"], + "trapped", "ducks-shot") event["stdout"].write(action) else: self._no_duck(event["target"], event["user"], event["stderr"]) |
