Bereite Release vor

This commit is contained in:
Andreas Bielawski 2016-06-20 22:36:12 +02:00
parent f3e04bc046
commit 89ff787b09
2 changed files with 3 additions and 3 deletions

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 .. '\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)

View File

@ -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