otouto 3.10

Plugins can now silence error messages or set their own.
  administration.lua now silences error messages.
  administration kick notifications now include user IDs.
This commit is contained in:
topkecleon
2016-06-14 17:57:36 -04:00
parent 31a8e220ac
commit 101eb70eae
4 changed files with 41 additions and 15 deletions

View File

@ -43,7 +43,8 @@ Send /help to get started.
simsimi_key = '',
simsimi_trial = true,
errors = { -- Generic error messages used in various plugins.
errors = { -- Generic error messages.
generic = 'An unexpected error occurred.',
connection = 'Connection error.',
results = 'No results found.',
argument = 'Invalid argument.',