From 0e2e6a60dbb4cadcbdab0ab1ca7b03528b5db59c Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 13 Apr 2013 15:21:07 +0000 Subject: [PATCH] Add links to existing docs in config.json files [#352] --- modules/ctcp/config.json | 3 ++- modules/dent/config.json | 1 + modules/dns/config.json | 3 +++ modules/event/config.json | 3 +++ modules/timers/config.json | 3 +++ modules/web/config.json | 3 ++- 6 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 modules/dns/config.json create mode 100644 modules/event/config.json create mode 100644 modules/timers/config.json diff --git a/modules/ctcp/config.json b/modules/ctcp/config.json index c945e96..b300d9f 100644 --- a/modules/ctcp/config.json +++ b/modules/ctcp/config.json @@ -1,3 +1,4 @@ { - "ignorable": true + "ignorable": true, + "help": "https://github.com/reality/depressionbot/blob/master/modules/ctcp/README.md" } diff --git a/modules/dent/config.json b/modules/dent/config.json index 4a48ea8..8b0fd90 100644 --- a/modules/dent/config.json +++ b/modules/dent/config.json @@ -3,5 +3,6 @@ "password": "yourpasswordhere", "dependencies": [ "command" ], "ignorable": true, + "help": "https://github.com/reality/depressionbot/blob/master/modules/dent/README.md", "dentQuotes": false } diff --git a/modules/dns/config.json b/modules/dns/config.json new file mode 100644 index 0000000..644956e --- /dev/null +++ b/modules/dns/config.json @@ -0,0 +1,3 @@ +{ + "help": "https://github.com/reality/depressionbot/blob/master/modules/dns/README.md" +} diff --git a/modules/event/config.json b/modules/event/config.json new file mode 100644 index 0000000..55c9c57 --- /dev/null +++ b/modules/event/config.json @@ -0,0 +1,3 @@ +{ + "help": "https://github.com/reality/depressionbot/blob/master/modules/event/README.md" +} diff --git a/modules/timers/config.json b/modules/timers/config.json new file mode 100644 index 0000000..9cc23c8 --- /dev/null +++ b/modules/timers/config.json @@ -0,0 +1,3 @@ +{ + "help": "https://github.com/reality/depressionbot/blob/master/modules/timers/README.md" +} diff --git a/modules/web/config.json b/modules/web/config.json index 7ed62f6..f714ecc 100644 --- a/modules/web/config.json +++ b/modules/web/config.json @@ -1,5 +1,6 @@ { "webHost": "localhost", "webPort": 8080, - "externalPath": false + "externalPath": false, + "help": "https://github.com/reality/depressionbot/blob/master/modules/web/README.md" }