forked from GitHub/dbot
a431d4c636
* Attempts to load config from default file upon failing to load config.json * Stops if db fails to load * Automatically loads config keys into dbot object
20 lines
517 B
Plaintext
20 lines
517 B
Plaintext
{
|
|
"name": "testressionbot",
|
|
"webHost": "lolcathost",
|
|
"webPort": 80,
|
|
"servers": {
|
|
"freenode": {
|
|
"server": "irc.freenode.net",
|
|
"port": 6667,
|
|
"nickserv": "nickserv",
|
|
"password": "lolturtles",
|
|
"channels": [
|
|
"#realitest"
|
|
]
|
|
}
|
|
},
|
|
"admin": [ "batman" ],
|
|
"moduleNames": [ "ignore", "admin", "command", "dice", "js", "kick", "puns", "quotes", "spelling", "youare" ],
|
|
"language": "english"
|
|
}
|