mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
8e8953999d
* Admin module doesn't try to use reload string when it's not there. * Fix dent event hookin * Fix quote retrieval (two ~q definitions and no false check before interpolate) * Change databankerised modules to use redis for testing
14 lines
357 B
JSON
14 lines
357 B
JSON
{
|
|
"help": "http://github.com/reality/depressionbot/blob/master/modules/poll/README.md",
|
|
"dbType": "redis",
|
|
"dbKeys": [ "polls" ],
|
|
"ignorable": true,
|
|
"dependencies": [ "users", "command" ],
|
|
"schema": {
|
|
"poll": {
|
|
"pkey": "name",
|
|
"fields": [ "description", "owner", "votes", "votees" ]
|
|
}
|
|
}
|
|
}
|