From 4ecf0439b053517dee7ba99a63da5a6c90f190e0 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Sun, 28 Aug 2016 16:40:19 +0200 Subject: [PATCH] Leerzeichen zu viel... --- miku/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miku/bot.lua b/miku/bot.lua index 39493b7..b1dec4a 100644 --- a/miku/bot.lua +++ b/miku/bot.lua @@ -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 '