From 89ff787b093c520d05a11762fd681c6967d85eb5 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Mon, 20 Jun 2016 22:36:12 +0200 Subject: [PATCH] Bereite Release vor --- otouto/plugins/about.lua | 2 +- otouto/plugins/control.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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