3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/modules/nickserv/config.json

10 lines
171 B
JSON
Raw Normal View History

2013-04-23 20:48:41 +02:00
{
"servers": {
"nc": {
"matcher": "STATUS ([^ ]+) (\\d)$",
"acceptableState": 3,
"infoCommand": "status"
}
}
}