Printe wenn Gruppenname geändert wurde
This commit is contained in:
parent
306533eae2
commit
132a637e60
@ -330,7 +330,11 @@ function bot:print_msg(msg)
|
|||||||
filetext = ''
|
filetext = ''
|
||||||
end
|
end
|
||||||
|
|
||||||
return msg_time..from_chat..full_name..' \27[36m>>>\27[0m '..fwd_text..reply_text..filetext..msg.text..'\27[0m'
|
if msg.new_chat_title then
|
||||||
|
return msg_time..full_name..' hat den Gruppennamen zu \27[36m'..msg.new_chat_title..'\27[0m geändert.'
|
||||||
|
else
|
||||||
|
return msg_time..from_chat..full_name..' \27[36m>>>\27[0m '..fwd_text..reply_text..filetext..msg.text..'\27[0m'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Apply plugin.pre_process function
|
-- Apply plugin.pre_process function
|
||||||
|
Reference in New Issue
Block a user