3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

Added sample config file

This commit is contained in:
Luke Slater 2012-03-27 16:42:48 +01:00
parent 03e152cc2c
commit 2b81605e2b

8
config.json.sample Normal file
View File

@ -0,0 +1,8 @@
{
"name": "depressionbot",
"password": "fishes",
"admin": [ "batman" ],
"channels": [
"#42"
]
}