dbot/config.json.sample

21 lines
739 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"
]
}
},
"admins": [ "batman" ],
"moderators": [ "whatever" ],
2013-04-20 02:23:44 +02:00
"moduleNames": [ "ignore", "admin", "command", "dice", "js", "kick", "quotes", "spelling", "youare", "timers", "stats", "users", "link" ],
"language": "en",
"debugMode": true,
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
}