80 col wrap
This commit is contained in:
parent
359e977d18
commit
9b5f946cec
1 changed files with 2 additions and 2 deletions
|
@ -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"])
|
||||||
|
|
Loading…
Reference in a new issue