80 col wrap

This commit is contained in:
jesopo 2019-06-14 17:11:36 +01:00
parent 359e977d18
commit 9b5f946cec

View file

@ -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"])