3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 12:29:26 +01:00

Build help link automatically [#439]

This commit is contained in:
reality 2013-05-17 07:34:25 +00:00
parent cb0956405f
commit eac0083bea
22 changed files with 11 additions and 41 deletions

View File

@ -1,6 +1,5 @@
{ {
"ignorable": false, "ignorable": false,
"dbType": "redis", "dbType": "redis",
"dependencies": [ "command" ], "dependencies": [ "command" ]
"help": "http://github.com/reality/depressionbot/blob/master/modules/admin/README.md"
} }

View File

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

View File

@ -1,4 +1,3 @@
{ {
"ignorable": true, "ignorable": true
"help": "https://github.com/reality/depressionbot/blob/master/modules/ctcp/README.md"
} }

View File

@ -3,6 +3,5 @@
"password": "yourpasswordhere", "password": "yourpasswordhere",
"dependencies": [ "link" ], "dependencies": [ "link" ],
"ignorable": true, "ignorable": true,
"help": "https://github.com/reality/depressionbot/blob/master/modules/dent/README.md",
"dentQuotes": true "dentQuotes": true
} }

View File

@ -1,3 +0,0 @@
{
"help": "https://github.com/reality/depressionbot/blob/master/modules/dns/README.md"
}

View File

@ -1,3 +0,0 @@
{
"help": "https://github.com/reality/depressionbot/blob/master/modules/event/README.md"
}

View File

@ -1,3 +0,0 @@
{
"help": "https://github.com/reality/depressionbot/blob/master/modules/flashy/README.md"
}

View File

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

View File

@ -5,6 +5,5 @@
} }
}, },
"dependencies": [ "command" ], "dependencies": [ "command" ],
"ignorable": true, "ignorable": true
"help": "http://github.com/reality/depressionbot/blob/master/modules/js/README.md"
} }

View File

@ -1,7 +1,6 @@
{ {
"dbKeys": [ "kicks", "kickers" ], "dbKeys": [ "kicks", "kickers" ],
"dependencies": [ "command", "report", "users" ], "dependencies": [ "command", "report", "users" ],
"help": "http://github.com/reality/depressionbot/blob/master/modules/kick/README.md",
"ignorable": true, "ignorable": true,
"countSilently": true, "countSilently": true,
"admin_channels": { "admin_channels": {

View File

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

View File

@ -5,6 +5,5 @@
"acceptableState": 3, "acceptableState": 3,
"infoCommand": "status" "infoCommand": "status"
} }
}, }
"help": "https://github.com/reality/depressionbot/blob/master/modules/nickserv/README.md"
} }

View File

@ -1,5 +1,4 @@
{ {
"help": "http://github.com/reality/depressionbot/blob/master/modules/poll/README.md",
"dbType": "redis", "dbType": "redis",
"dbKeys": [ "polls" ], "dbKeys": [ "polls" ],
"ignorable": true, "ignorable": true,

View File

@ -1,7 +1,6 @@
{ {
"ignorable": false, "ignorable": false,
"dbType": "redis", "dbType": "redis",
"help": "https://github.com/reality/depressionbot/blob/master/modules/profile/README.md",
"schema": { "schema": {
"profile": { "profile": {
"primary": null, "primary": null,

View File

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

View File

@ -1,6 +1,5 @@
{ {
"dependencies": [ "command" ], "dependencies": [ "command" ],
"ignorable": true, "ignorable": true,
"help": "http://github.com/reality/depressionbot/blob/master/modules/rain/README.md",
"apikey": "7707e78c7125741e" "apikey": "7707e78c7125741e"
} }

View File

@ -1,4 +1,3 @@
{ {
"ignorable": true, "ignorable": true
"help": "http://github.com/reality/depressionbot/blob/master/modules/regex/README.md"
} }

View File

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

View File

@ -1,4 +1,3 @@
{ {
"ignorable": true, "ignorable": true
"help": "http://github.com/reality/depressionbot/blob/master/modules/spelling/README.md"
} }

View File

@ -1,3 +0,0 @@
{
"help": "https://github.com/reality/depressionbot/blob/master/modules/timers/README.md"
}

View File

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

View File

@ -1,6 +1,5 @@
{ {
"webHost": "nourishedcloud.com", "webHost": "nourishedcloud.com",
"webPort": 8080, "webPort": 8080,
"externalPath": false, "externalPath": false
"help": "https://github.com/reality/depressionbot/blob/master/modules/web/README.md"
} }