aboutsummaryrefslogtreecommitdiff
path: root/modules/commands
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-28 11:23:55 +0000
committerGravatar jesopo2019-10-28 11:23:55 +0000
commite6b4321f307ab942bafb5a55c62082b85a887dc0 (patch)
treedf92e532c65fc40348b8ebc2521c3404778bfaf2 /modules/commands
parent_mess_factory -> _message_factory. funny typo lol (diff)
signature
'_mesage_factory' -> '_message_factory'
Diffstat (limited to 'modules/commands')
-rw-r--r--modules/commands/outs.py2
1 files changed, 1 insertions, 1 deletions
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)