aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/IRCLine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IRCLine.py b/src/IRCLine.py
index e5b297a0..f713eecd 100644
--- a/src/IRCLine.py
+++ b/src/IRCLine.py
@@ -131,7 +131,7 @@ class ParsedLine(object):
valid = line_formatted[:valid_index]
if tags_formatted:
- valid = "%s %s" % (tags_formatted, line_formatted)
+ valid = "%s %s" % (tags_formatted, valid)
overflow = line_formatted[valid_index:]
return valid, overflow