diff options
| author | 2019-10-28 11:23:55 +0000 | |
|---|---|---|
| committer | 2019-10-28 11:23:55 +0000 | |
| commit | e6b4321f307ab942bafb5a55c62082b85a887dc0 (patch) | |
| tree | df92e532c65fc40348b8ebc2521c3404778bfaf2 /modules | |
| parent | _mess_factory -> _message_factory. funny typo lol (diff) | |
| signature | ||
'_mesage_factory' -> '_message_factory'
Diffstat (limited to 'modules')
| -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 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) |
