This commit is contained in:
Akamaru 2016-08-05 13:08:59 +02:00
parent 731454382c
commit c7ca5d73ea

View File

@ -17,7 +17,7 @@ function about:action(msg, config)
-- disabled to restore old behaviour
-- if msg.forward_from then return end
local output = config.about_text .. '\n[Mikudayobot](https://github.com/Akamaru/Mikubot-V2) v'..bot.version..' von @Akamaru, basierend auf [miku](https://github.com/topkecleon/miku) von topkecleon.'
local output = config.about_text .. '\n[Mikudayobot](https://github.com/Akamaru/Mikubot-V2) v'..bot.version..' von @Akamaru, basierend auf [otouto](https://github.com/topkecleon/otouto) von topkecleon.'
if
(msg.new_chat_member and msg.new_chat_member.id == self.info.id)