'_mesage_factory' -> '_message_factory'
This commit is contained in:
parent
627e564dbd
commit
e6b4321f30
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue