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", "Dbserver": "127.0.0.1",
"Channels": ["#AlePaleTest"], "Channels": ["#CatBaseTest"],
"MainChannel": "#AlePaleTest", "MainChannel": "#CatBaseTest",
"Plugins": [], "Plugins": [],
"Server": "127.0.0.1:6666", "Server": "127.0.0.1:6666",
"Nick": "AlePaleTest", "Nick": "CatBaseTest",
"Pass": "AlePaleTest:test", "Pass": "CatBaseTest:test",
"FullName": "Ale Pale", "FullName": "CatBase",
"CommandChar": "!", "CommandChar": "!",
"RatePerSec": 10.0, "RatePerSec": 10.0,
"QuoteChance": 0.99, "QuoteChance": 0.99,