diff --git a/otouto/plugins/about.lua b/otouto/plugins/about.lua index 574dbea..4bdda71 100644 --- a/otouto/plugins/about.lua +++ b/otouto/plugins/about.lua @@ -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 .. '\nBrawlbot v2, basierend auf Otouto von topkecleon.' + local output = config.about_text .. '\nBrawlbot v2.0, basierend auf Otouto von topkecleon.' if (msg.new_chat_participant and msg.new_chat_participant.id == self.info.id) diff --git a/otouto/plugins/control.lua b/otouto/plugins/control.lua index 391c1fa..2423f74 100644 --- a/otouto/plugins/control.lua +++ b/otouto/plugins/control.lua @@ -32,10 +32,10 @@ function control:action(msg, config) config[k] = v end end bot.init(self, config) - utilities.send_reply(self, msg, 'Bot reloaded!') + utilities.send_reply(self, msg, 'Bot neu gestartet!') elseif msg.text_lower:match('^'..cmd_pat..'halt') then self.is_started = false - utilities.send_reply(self, msg, 'Stopping bot!') + utilities.send_reply(self, msg, 'Stoppe Bot!') elseif msg.text_lower:match('^'..cmd_pat..'script') then local input = msg.text_lower:match('^'..cmd_pat..'script\n(.+)') if not input then