added cron jobs for plugins
added example plugin with documentation added liberbot-compliant flood control see Liberbot Support for details on getting compliant added Kickass Torrent plugin various bugfixes all files seem to have been marked changed due to a shift in platform I will do a clean clone and testing to ensure there is no issue.
This commit is contained in:
5
config.lua.default
Normal file → Executable file
5
config.lua.default
Normal file → Executable file
@@ -23,6 +23,7 @@ return {
|
||||
'wikipedia.lua',
|
||||
'imdb.lua',
|
||||
'urbandictionary.lua',
|
||||
'kickass.lua',
|
||||
'hackernews.lua',
|
||||
'cats.lua',
|
||||
'time.lua',
|
||||
@@ -48,12 +49,12 @@ return {
|
||||
'translate.lua',
|
||||
'currency.lua',
|
||||
'blacklist.lua',
|
||||
'nick.lua'
|
||||
'nick.lua',
|
||||
'floodcontrol.lua'
|
||||
},
|
||||
moderation = {
|
||||
realm = -000,
|
||||
realmname = 'Realm name or ident',
|
||||
data = 'moderation.json',
|
||||
admins = {
|
||||
['000'] = 'nickname',
|
||||
}
|
||||
|
Reference in New Issue
Block a user