Some moderation output changes. May rework the plugin later.
This commit is contained in:
14
config.lua
14
config.lua
@ -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',
|
||||
|
Reference in New Issue
Block a user