Update config example

This commit is contained in:
Chris Sexton 2016-01-15 11:53:52 -05:00
parent 1e96546d62
commit a40158c158
1 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
{
"Dbname": "deepintir",
"DFile": "catbase.json",
"Dbserver": "127.0.0.1",
"Channels": ["#AlePaleTest"],
"MainChannel": "#AlePaleTest",
"Channels": ["#CatBaseTest"],
"MainChannel": "#CatBaseTest",
"Plugins": [],
"Server": "127.0.0.1:6666",
"Nick": "AlePaleTest",
"Pass": "AlePaleTest:test",
"FullName": "Ale Pale",
"Nick": "CatBaseTest",
"Pass": "CatBaseTest:test",
"FullName": "CatBase",
"CommandChar": "!",
"RatePerSec": 10.0,
"QuoteChance": 0.99,