Aktualisiere Readme
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user