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:
topkecleon
2015-08-28 23:15:01 -07:00
parent 2e01ceec71
commit 60570e90f3
54 changed files with 281 additions and 66 deletions

5
config.lua.default Normal file → Executable file
View 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',
}