From f98f7e435a00fc2fda8d8b2ea48dbf32124eac2c Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 22 Apr 2013 16:20:17 +0000 Subject: [PATCH] that should be all of the dependencies [#413] --- modules/command/config.json | 2 +- modules/dent/config.json | 2 +- modules/ignore/config.json | 2 +- modules/imgur/config.json | 2 +- modules/poll/config.json | 2 +- modules/profile/config.json | 2 +- modules/project/config.json | 2 +- modules/quotes/config.json | 2 +- modules/report/config.json | 2 +- modules/spotify/config.json | 2 +- modules/users/config.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/command/config.json b/modules/command/config.json index 6395f6d..0f059cd 100644 --- a/modules/command/config.json +++ b/modules/command/config.json @@ -1,5 +1,5 @@ { "ignorable": false, "help": "http://github.com/reality/depressionbot/blob/master/modules/command/README.md", - "dbKeys": [ "ignores", "bans", "users" ] + "dependencies": [ "ignore", "users" ] } diff --git a/modules/dent/config.json b/modules/dent/config.json index 14eb3b3..287fa94 100644 --- a/modules/dent/config.json +++ b/modules/dent/config.json @@ -1,7 +1,7 @@ { "username": "youruserhere", "password": "yourpasswordhere", - "dependencies": [ "command" ], + "dependencies": [ "link" ], "ignorable": true, "help": "https://github.com/reality/depressionbot/blob/master/modules/dent/README.md", "dentQuotes": true diff --git a/modules/ignore/config.json b/modules/ignore/config.json index 2a85c47..6d97f05 100644 --- a/modules/ignore/config.json +++ b/modules/ignore/config.json @@ -1,6 +1,6 @@ { "ignorable": false, - "dependencies": [ "command" ], + "dependencies": [ "users" ], "dbKeys": [ "ignores", "bans" ], "dbType": "redis", "help": "http://github.com/reality/depressionbot/blob/master/modules/ignore/README.md" diff --git a/modules/imgur/config.json b/modules/imgur/config.json index cc20a5d..1e7a352 100644 --- a/modules/imgur/config.json +++ b/modules/imgur/config.json @@ -1,6 +1,6 @@ { "dbKeys": [ "imgur" ], - "dependencies": [ "web", "api" ], + "dependencies": [ "web", "api", "link" ], "imagelength": 5, "nsfwwarn": true, "apikey": "86fd3a8da348b65", diff --git a/modules/poll/config.json b/modules/poll/config.json index a001437..409c1af 100644 --- a/modules/poll/config.json +++ b/modules/poll/config.json @@ -3,7 +3,7 @@ "dbType": "redis", "dbKeys": [ "polls" ], "ignorable": true, - "dependencies": [ "users", "command" ], + "dependencies": [ "users", "web" ], "schema": { "poll": { "pkey": "name", diff --git a/modules/profile/config.json b/modules/profile/config.json index 9984f3e..704e38a 100644 --- a/modules/profile/config.json +++ b/modules/profile/config.json @@ -17,5 +17,5 @@ "timezone": null } }, - "dependencies": [ "quotes", "users", "command" ] + "dependencies": [ "web", "quotes", "users" ] } diff --git a/modules/project/config.json b/modules/project/config.json index 0725dea..9c3f593 100644 --- a/modules/project/config.json +++ b/modules/project/config.json @@ -1,3 +1,3 @@ { - "dependencies": ["web", "quotes", "github"] + "dependencies": [ "web", "quotes", "github" ] } diff --git a/modules/quotes/config.json b/modules/quotes/config.json index c93010a..03c77f4 100644 --- a/modules/quotes/config.json +++ b/modules/quotes/config.json @@ -1,6 +1,6 @@ { "dbType": "redis", - "dependencies": [ "command", "users" ], + "dependencies": [ "users", "event" ], "rmLimit": 10, "ignorable": true, "help": "http://github.com/reality/depressionbot/blob/master/modules/quotes/README.md" diff --git a/modules/report/config.json b/modules/report/config.json index c495082..e79966d 100644 --- a/modules/report/config.json +++ b/modules/report/config.json @@ -1,6 +1,6 @@ { "ignorable": true, "notifyVoice": false, - "dependencies": [ "command", "users" ], + "dependencies": [ "users" ], "help": "http://github.com/reality/depressionbot/blob/master/modules/report/README.md" } diff --git a/modules/spotify/config.json b/modules/spotify/config.json index a051064..97cfbfc 100644 --- a/modules/spotify/config.json +++ b/modules/spotify/config.json @@ -1,4 +1,4 @@ { - "dependencies": [ "command" ], + "dependencies": [ "link" ], "ignorable": true } diff --git a/modules/users/config.json b/modules/users/config.json index 34927cb..2c23325 100644 --- a/modules/users/config.json +++ b/modules/users/config.json @@ -1,6 +1,6 @@ { "ignorable": false, - "dependencies": [ "command", "event" ], + "dependencies": [ "event" ], "dbKeys": [ "knownUsers" ], "help": "https://github.com/reality/depressionbot/blob/master/modules/users/README.md", "dbType": "redis"