Some moderation output changes. May rework the plugin later.

This commit is contained in:
topkecleon
2016-02-22 22:58:32 -05:00
parent 971b27335b
commit 1b95a1e0c9
3 changed files with 47 additions and 42 deletions

View File

@ -12,7 +12,6 @@ return {
simsimi_trial = true,
time_offset = 0,
lang = 'en',
antisquig = false,
-- If you change this, make sure you also modify launch-tg.sh.
cli_port = 4567,
admin = 00000000,
@ -28,10 +27,6 @@ Send /help to get started.
results = 'No results found.',
argument = 'Invalid argument.',
syntax = 'Invalid syntax.',
antisquig = 'This group is English only.',
moderation = 'I do not moderate this group.',
not_mod = 'This command must be run by a moderator.',
not_admin = 'This command must be run by an administrator.',
chatter_connection = 'I don\'t feel like talking right now.',
chatter_response = 'I don\'t know what to say to that.'
},
@ -65,8 +60,15 @@ Send /help to get started.
admins = {
['00000000'] = 'You'
},
errors = {
antisquig = 'This group is English-only.',
moderation = 'I do not moderate this group.',
not_mod = 'This command must be run by a moderator.',
not_admin = 'This command must be run by an administrator.',
},
admin_group = -00000000,
realm_name = 'My Realm'
realm_name = 'My Realm',
antisquig = false
},
plugins = {
'control.lua',