From 157fe71fc1ea728312e5998a40a0f883da2294d0 Mon Sep 17 00:00:00 2001 From: reality Date: Tue, 15 Jan 2013 21:44:35 +0000 Subject: [PATCH] docs link for users --- modules/users/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/users/config.json b/modules/users/config.json index e13da3a..0e947cb 100644 --- a/modules/users/config.json +++ b/modules/users/config.json @@ -1,4 +1,5 @@ { "ignorable": false, - "dbKeys": [ "knownUsers" ] + "dbKeys": [ "knownUsers" ], + "help": "https://github.com/reality/depressionbot/blob/master/modules/users/README.md" }