From b21718c6bc541d36bc82424dc4e06263d016190f Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 5 Jul 2016 13:16:04 +0200 Subject: [PATCH] WTF commitest du das? --- config.lua | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 config.lua diff --git a/config.lua b/config.lua deleted file mode 100755 index 4cd82c2..0000000 --- a/config.lua +++ /dev/null @@ -1,35 +0,0 @@ -return { - - -- Your authorization token from the botfather. - bot_api_key = '235106290:AAGKZwTJBE1J6MvorodwG1E_0Y86DaIRa-o', - -- Your Telegram ID. - admin = 36623702, - -- 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, - -- The port used to communicate with tg for administration.lua. - -- If you change this, make sure you also modify launch-tg.sh. - cli_port = 4567, - -- The block of text returned by /start. - about_text = [[ -*Willkommen beim Brawlbot!* -Sende /hilfe, um zu starten - ]], - -- The symbol that starts a command. Usually noted as '/' in documentation. - cmd_pat = '/', - - errors = { -- Generic error messages used in various plugins. - generic = 'Ein unbekannter Fehler ist aufgetreten, bitte [melde diesen Bug](https://github.com/Brawl345/Brawlbot-v2/issues).', - connection = 'Verbindungsfehler.', - quotaexceeded = 'API-Quota aufgebraucht.', - results = 'Keine Ergebnisse gefunden.', - sudo = 'Du bist kein Superuser. Dieser Vorfall wird gemeldet!', - argument = 'Invalides Argument.', - syntax = 'Invalide Syntax.', - chatter_connection = 'Ich möchte gerade nicht reden', - chatter_response = 'Ich weiß nicht, was ich darauf antworten soll.' - } - -}