dbot/config.json.sample

28 lines
968 B
Plaintext
Raw Permalink 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": [],
2014-07-22 23:20:14 +02:00
"moduleNames": [ "ignore", "admin", "command", "dice", "js", "kick", "quotes", "spelling", "users", "youare", "timers", "sstats", "link" ],
"language": "en",
2013-04-20 12:26:04 +02:00
"debugMode": false,
"debugLevel": 1,
"dbType": "redis",
2013-08-31 03:11:30 +02:00
"redisPort": 6379,
2013-08-31 15:30:24 +02:00
"timezone": "Europe/London",
2013-05-17 09:35:21 +02:00
"repoRoot": "https://github.com/reality/depressionbot/",
2013-07-26 19:34:37 +02:00
"version": "Depressionbot IRC bot 0.5-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
}