Leerzeichen zu viel...

This commit is contained in:
Akamaru 2016-08-28 16:40:19 +02:00
parent 42153e4e67
commit 4ecf0439b0
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function bot:on_msg_receive(msg, config) -- The fn run whenever a message is rec
-- Cache user info for those involved.
-- print messages
msg_time = '\27[36m'..convert_timestamp(msg.date, '[%H:%M:%S] ')..'\27[0m '
msg_time = '\27[36m'..convert_timestamp(msg.date, '[%H:%M:%S] ')..'\27[0m'
if msg.chat.title then
from_chat = ' \27[36m'..msg.chat.title..':\27[0m '