From a40158c158a6cfc79279b212bdcd1ffd68d3bbbd Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Fri, 15 Jan 2016 11:53:52 -0500 Subject: [PATCH] Update config example --- example_config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/example_config.json b/example_config.json index 75188fa..2c47119 100644 --- a/example_config.json +++ b/example_config.json @@ -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,