Typo in commands/outs.py, 'methd' -> 'method'
This commit is contained in:
parent
992ab15394
commit
677b488ab0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Out(object):
|
||||||
elif method == "NOTICE":
|
elif method == "NOTICE":
|
||||||
line = self.server.send_notice(target_str, full_text, tags=tags)
|
line = self.server.send_notice(target_str, full_text, tags=tags)
|
||||||
else:
|
else:
|
||||||
raise ValueError("Unknown command methd '%s'" % method)
|
raise ValueError("Unknown command method '%s'" % method)
|
||||||
|
|
||||||
line.truncate_marker = STR_MORE
|
line.truncate_marker = STR_MORE
|
||||||
if line.truncated():
|
if line.truncated():
|
||||||
|
|
Loading…
Reference in a new issue