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 :help: Trap a duck
""" """
if event["target"].duck_active: if event["target"].duck_active:
action = self._duck_action(event["target"], event["user"], "trapped", action = self._duck_action(event["target"], event["user"],
"ducks-shot") "trapped", "ducks-shot")
event["stdout"].write(action) event["stdout"].write(action)
else: else:
self._no_duck(event["target"], event["user"], event["stderr"]) self._no_duck(event["target"], event["user"], event["stderr"])