From 627e564dbd76760602231ff7aa416f27691a2fc1 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 28 Oct 2019 11:23:02 +0000 Subject: _mess_factory -> _message_factory. funny typo lol --- modules/commands/outs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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: -- cgit v1.3.1-10-gc9f91