dbot/config.json.sample

25 lines
888 B
Plaintext
Raw Normal View History

2012-03-27 17:42:48 +02:00
{
"name": "testressionbot",
"servers": {
"freenode": {
"server": "irc.freenode.net",
"port": 6667,
"nickserv": "nickserv",
"password": "lolturtles",
"channels": [
"#realitest"
],
"admin_channel": "#realitest"
}
},
"admins": [ "batman" ],
"moderators": [ "whatever" ],
2013-07-01 19:59:54 +02:00
"power_users": [],
2013-04-20 02:23:44 +02:00
"moduleNames": [ "ignore", "admin", "command", "dice", "js", "kick", "quotes", "spelling", "youare", "timers", "stats", "users", "link" ],
"language": "en",
2013-04-20 12:26:04 +02:00
"debugMode": false,
"debugLevel": 1,
2013-05-17 09:35:21 +02:00
"repoRoot": "https://github.com/reality/depressionbot/",
2013-02-09 20:48:52 +01:00
"version": "Depressionbot IRC bot 0.4-dev - Lovingly crafted by The DepressionBot Foundation (a charity arm of the Official Aberystwyth Open Source International Development League)."
2012-03-27 17:42:48 +02:00
}