diff --git a/config.lua.example b/config.lua.example index 1f6f4f1..8d1a881 100644 --- a/config.lua.example +++ b/config.lua.example @@ -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, diff --git a/install-dependencies.sh b/install-dependencies.sh index 2b93546..988d761 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -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 diff --git a/miku/plugins/service_migrate_to_supergroup.lua b/miku/plugins/service_migrate_to_supergroup.lua index 725be1c..536f33f 100644 --- a/miku/plugins/service_migrate_to_supergroup.lua +++ b/miku/plugins/service_migrate_to_supergroup.lua @@ -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 '..new_id..'.\nAlle Daten wurden übertragen.', true, nil, 'HTML') end return migrate \ No newline at end of file