You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
636 B
27 lines
636 B
{ |
|
"bot":{ |
|
"datadir":"./examples/data/", |
|
"rpcbind":"0.0.0.0", |
|
"rpcport":1876, |
|
"usermodules": [ "./data/modules/" ] |
|
}, |
|
"connection":{ |
|
"servers": [ |
|
["weber.freenode.net", 6667], |
|
["asimov.freenode.net", 6667], |
|
["card.freenode.net", 6667], |
|
["dickson.freenode.net", 6667], |
|
["morgan.freenode.net", 6667] |
|
], |
|
"force_ipv6": false, |
|
"rate_limit": { |
|
"rate_max": 5.0, |
|
"rate_int":1.1 |
|
} |
|
}, |
|
"modules":[ |
|
"PingResponder", |
|
"Services", |
|
"UserModule" |
|
] |
|
}
|
|
|