that should be all of the dependencies [#413]

This commit is contained in:
reality 2013-04-22 16:20:17 +00:00
parent 099d278cbc
commit f98f7e435a
11 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{ {
"ignorable": false, "ignorable": false,
"help": "http://github.com/reality/depressionbot/blob/master/modules/command/README.md", "help": "http://github.com/reality/depressionbot/blob/master/modules/command/README.md",
"dbKeys": [ "ignores", "bans", "users" ] "dependencies": [ "ignore", "users" ]
} }

View File

@ -1,7 +1,7 @@
{ {
"username": "youruserhere", "username": "youruserhere",
"password": "yourpasswordhere", "password": "yourpasswordhere",
"dependencies": [ "command" ], "dependencies": [ "link" ],
"ignorable": true, "ignorable": true,
"help": "https://github.com/reality/depressionbot/blob/master/modules/dent/README.md", "help": "https://github.com/reality/depressionbot/blob/master/modules/dent/README.md",
"dentQuotes": true "dentQuotes": true

View File

@ -1,6 +1,6 @@
{ {
"ignorable": false, "ignorable": false,
"dependencies": [ "command" ], "dependencies": [ "users" ],
"dbKeys": [ "ignores", "bans" ], "dbKeys": [ "ignores", "bans" ],
"dbType": "redis", "dbType": "redis",
"help": "http://github.com/reality/depressionbot/blob/master/modules/ignore/README.md" "help": "http://github.com/reality/depressionbot/blob/master/modules/ignore/README.md"

View File

@ -1,6 +1,6 @@
{ {
"dbKeys": [ "imgur" ], "dbKeys": [ "imgur" ],
"dependencies": [ "web", "api" ], "dependencies": [ "web", "api", "link" ],
"imagelength": 5, "imagelength": 5,
"nsfwwarn": true, "nsfwwarn": true,
"apikey": "86fd3a8da348b65", "apikey": "86fd3a8da348b65",

View File

@ -3,7 +3,7 @@
"dbType": "redis", "dbType": "redis",
"dbKeys": [ "polls" ], "dbKeys": [ "polls" ],
"ignorable": true, "ignorable": true,
"dependencies": [ "users", "command" ], "dependencies": [ "users", "web" ],
"schema": { "schema": {
"poll": { "poll": {
"pkey": "name", "pkey": "name",

View File

@ -17,5 +17,5 @@
"timezone": null "timezone": null
} }
}, },
"dependencies": [ "quotes", "users", "command" ] "dependencies": [ "web", "quotes", "users" ]
} }

View File

@ -1,3 +1,3 @@
{ {
"dependencies": ["web", "quotes", "github"] "dependencies": [ "web", "quotes", "github" ]
} }

View File

@ -1,6 +1,6 @@
{ {
"dbType": "redis", "dbType": "redis",
"dependencies": [ "command", "users" ], "dependencies": [ "users", "event" ],
"rmLimit": 10, "rmLimit": 10,
"ignorable": true, "ignorable": true,
"help": "http://github.com/reality/depressionbot/blob/master/modules/quotes/README.md" "help": "http://github.com/reality/depressionbot/blob/master/modules/quotes/README.md"

View File

@ -1,6 +1,6 @@
{ {
"ignorable": true, "ignorable": true,
"notifyVoice": false, "notifyVoice": false,
"dependencies": [ "command", "users" ], "dependencies": [ "users" ],
"help": "http://github.com/reality/depressionbot/blob/master/modules/report/README.md" "help": "http://github.com/reality/depressionbot/blob/master/modules/report/README.md"
} }

View File

@ -1,4 +1,4 @@
{ {
"dependencies": [ "command" ], "dependencies": [ "link" ],
"ignorable": true "ignorable": true
} }

View File

@ -1,6 +1,6 @@
{ {
"ignorable": false, "ignorable": false,
"dependencies": [ "command", "event" ], "dependencies": [ "event" ],
"dbKeys": [ "knownUsers" ], "dbKeys": [ "knownUsers" ],
"help": "https://github.com/reality/depressionbot/blob/master/modules/users/README.md", "help": "https://github.com/reality/depressionbot/blob/master/modules/users/README.md",
"dbType": "redis" "dbType": "redis"