Typo in commands/outs.py, 'methd' -> 'method'

This commit is contained in:
jesopo 2019-04-30 22:45:37 +01:00
parent 992ab15394
commit 677b488ab0

View file

@ -38,7 +38,7 @@ class Out(object):
elif method == "NOTICE":
line = self.server.send_notice(target_str, full_text, tags=tags)
else:
raise ValueError("Unknown command methd '%s'" % method)
raise ValueError("Unknown command method '%s'" % method)
line.truncate_marker = STR_MORE
if line.truncated():