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

Add links to existing docs in config.json files [#352]

This commit is contained in:
reality 2013-04-13 15:21:07 +00:00
parent 841ebc3f21
commit 0e2e6a60db
6 changed files with 14 additions and 2 deletions

View File

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

View File

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

3
modules/dns/config.json Normal file
View File

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

View File

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

View File

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

View File

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