Merge Upstream

This commit is contained in:
Akamaru 2016-09-19 16:42:04 +02:00
commit 42fb22da4b
3 changed files with 2 additions and 4 deletions

View File

@ -4,8 +4,6 @@ return {
bot_api_key = '',
-- Your Telegram ID.
admin = 1337,
-- Two-letter language code.
lang = 'de',
-- The channel, group, or user to send error reports to.
-- If this is not set, errors will be printed to the console.
log_chat = nil,

View File

@ -10,7 +10,7 @@ echo "Es werden auch Root-Rechte benötigt, um LuaRocks in /usr/local/"
echo "mit den folgenden Rocks zu installieren:"
echo $rocklist
echo "Drücke ENTER, um fortzufahren, oder Strg-C zum Beenden."
read
read smth
sudo apt-get update
sudo apt-get install -y lua5.2 liblua5.2-dev git libssl-dev fortune-mod fortunes redis-server unzip make

View File

@ -60,7 +60,7 @@ function migrate:action(msg, config, matches)
end
print('--- SUPERGROUP MIGRATION ENDED ---')
utilities.send_message(new_id, 'Die User-ID dieser Gruppe ist nun '..new_id..'.\nAlle Daten wurden übertragen.')
utilities.send_message(new_id, 'Die ID dieser Gruppe ist nun <code>'..new_id..'</code>.\nAlle Daten wurden übertragen.', true, nil, 'HTML')
end
return migrate