Fix multipart character cutoff
This commit is contained in:
parent
c08d3a9fab
commit
22a32841d5
@ -145,7 +145,7 @@ class Drastikbot():
|
|||||||
# statement below.
|
# statement below.
|
||||||
if multipart:
|
if multipart:
|
||||||
time.sleep(self.var.msg_delay)
|
time.sleep(self.var.msg_delay)
|
||||||
tr = m_len - 2 - len(' '.join(cmds).encode('utf-8')) - remainder
|
tr = m_len - 2 - len(' '.join(cmds).encode('utf-8')) - remainder - 1
|
||||||
t = text.encode('utf-8')[tr:]
|
t = text.encode('utf-8')[tr:]
|
||||||
self.send(cmds, t)
|
self.send(cmds, t)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user