dbot/config.json.sample
Luke Slater a431d4c636 Config defaults and file loading changes
* 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
2012-12-12 18:25:07 +00:00

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"
}