3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-24 19:52:36 +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,
"dbKeys": [ "bans" ],
"dependencies": [ "command" ],
"help": "http://github.com/reality/depressionbot/blob/master/modules/admin/README.md"
}

View File

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