Aktualisiere Readme

This commit is contained in:
2016-08-28 21:44:41 +02:00
parent 7822775813
commit 1b0097aa9f
3 changed files with 12 additions and 17 deletions

View File

@ -78,7 +78,7 @@ function bot:on_msg_receive(msg, config) -- The fn run whenever a message is rec
name1 = ''
end
if msg.from.last_name then
name2 = msg.from.last_name
name2 = ' '..msg.from.last_name
else
name2 = ''
end
@ -87,7 +87,7 @@ function bot:on_msg_receive(msg, config) -- The fn run whenever a message is rec
else
name3 = ''
end
full_name = '\27[1m\27[31m'..name1..' '..name2..'\27[0m'..name3
full_name = '\27[1m\27[31m'..name1..name2..'\27[0m'..name3
if msg.forward_from then
if msg.forward_from.first_name then