diff options
| -rw-r--r-- | modules/commands/outs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/outs.py b/modules/commands/outs.py index 0fd8db7d..2350f570 100644 --- a/modules/commands/outs.py +++ b/modules/commands/outs.py @@ -47,7 +47,7 @@ class Out(object): text = text.replace("\n\n", "\n") full_text = "%s%s" % (prefix, text) - message_factory = _mess_factory(method) + message_factory = _message_factory(method) line = message_factory(self._target_str, full_text, tags=self._tags) if self._assured: |
