aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-04-30 22:45:37 +0100
committerGravatar jesopo2019-04-30 22:45:37 +0100
commit677b488ab0ce228a4ea1c15921ea6678fd8f79a3 (patch)
treec73d57d4ea875352595563176ec23f192252b502 /modules
parentBump version to v1.5.0 (diff)
signature
Typo in commands/outs.py, 'methd' -> 'method'
Diffstat (limited to 'modules')
-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 09d1c872..89f49421 100644
--- a/modules/commands/outs.py
+++ b/modules/commands/outs.py
@@ -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():