From e6b4321f307ab942bafb5a55c62082b85a887dc0 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 28 Oct 2019 11:23:55 +0000 Subject: '_mesage_factory' -> '_message_factory' --- 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 2350f570..1ea32df4 100644 --- a/modules/commands/outs.py +++ b/modules/commands/outs.py @@ -6,7 +6,7 @@ STR_MORE_LEN = len(STR_MORE.encode("utf8")) STR_CONTINUED = "(...continued) " WORD_BOUNDARY = ' ' -def _mesage_factory(command): +def _message_factory(command): if not command in ["PRIVMSG", "NOTICE"]: raise ValueError("Unknown command method '%s'" % method) -- cgit v1.3.1-10-gc9f91