3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-25 20:22:39 +01:00

Merge pull request #322 from JohnMaguire2013/ignore

little bit of cleanup on dbKeys of admin/ignore modules
This commit is contained in:
reality 2013-03-22 03:44:25 -07:00
commit b8f089284f
2 changed files with 1 additions and 2 deletions

View File

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

View File

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