Auf Upstream aktualisiert (Otouto 3.10)

This commit is contained in:
Andreas Bielawski
2016-06-15 01:29:23 +02:00
4 changed files with 42 additions and 15 deletions

View File

@ -21,7 +21,9 @@ Sende /hilfe, um zu starten
-- The symbol that starts a command. Usually noted as '/' in documentation.
cmd_pat = '/',
<<<<<<< HEAD:config.lua.example
errors = { -- Generic error messages used in various plugins.
generic = 'An unexpected error occurred.',
connection = 'Verbindungsfehler.',
quotaexceeded = 'API-Quota aufgebraucht.',
results = 'Keine Ergebnisse gefunden.',
@ -30,7 +32,7 @@ Sende /hilfe, um zu starten
syntax = 'Invalide Syntax.',
chatter_connection = 'Ich möchte gerade nicht reden',
chatter_response = 'Ich weiß nicht, was ich darauf antworten soll.'
},
}
plugins = { -- To enable a plugin, add its name to the list.
'control',