From 5429740eef78ca722297fd92b86598ba45434480 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 5 Jan 2013 18:53:27 +0000 Subject: [PATCH] add ignores to dbkeys in command so no fail if theres no ignore loaded --- modules/command/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/command/config.json b/modules/command/config.json index 857a504..934b815 100644 --- a/modules/command/config.json +++ b/modules/command/config.json @@ -1,3 +1,4 @@ { - "help": "http://github.com/reality/depressionbot/blob/master/modules/command/README.md" + "help": "http://github.com/reality/depressionbot/blob/master/modules/command/README.md", + "dbKeys": [ "ignores" ] }