aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/IRCLine.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/IRCLine.py b/src/IRCLine.py
index d6e31f3b..39fd86af 100644
--- a/src/IRCLine.py
+++ b/src/IRCLine.py
@@ -142,7 +142,6 @@ class SendableLine(ParsedLine):
tags, line = self._format()
n = len(line.encode("utf8")) # get length of current line
n += self._margin # margin used for :hostmask
- n += 1 # +1 for space on new arg
if " " in arg and not " " in last_arg:
n += 1 # +1 for colon on new arg
n += extra_margin # used for things like (more ...)