Leerzeichen zu viel...
This commit is contained in:
parent
42153e4e67
commit
4ecf0439b0
@ -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 '
|
||||
|
Reference in New Issue
Block a user