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
|
||||
"""
|
||||
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"])
|
||||
|
|
Loading…
Reference in a new issue