Update example config

This commit is contained in:
Chris Sexton 2016-03-11 11:24:38 -05:00
parent dc1239783e
commit bafb87c0bb
1 changed files with 12 additions and 4 deletions

View File

@ -1,12 +1,20 @@
{ {
"DFile": "catbase.db", "DB": {
"Dbserver": "127.0.0.1", "File": "catbase.db",
"Server": "127.0.0.1"
},
"Channels": ["#CatBaseTest"], "Channels": ["#CatBaseTest"],
"MainChannel": "#CatBaseTest", "MainChannel": "#CatBaseTest",
"Plugins": [], "Plugins": [],
"Server": "127.0.0.1:6666", "Type": "slack",
"Irc": {
"Server": "ircserver:6697",
"Pass": "CatBaseTest:test"
},
"Slack": {
"Token": "<your slack token>"
},
"Nick": "CatBaseTest", "Nick": "CatBaseTest",
"Pass": "CatBaseTest:test",
"FullName": "CatBase", "FullName": "CatBase",
"CommandChar": "!", "CommandChar": "!",
"RatePerSec": 10.0, "RatePerSec": 10.0,