From a081d1199e7dba58589b3f9f1e8c737b7853bfeb Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Sun, 17 Jan 2016 12:47:07 -0500 Subject: [PATCH] Add todo item, update example config --- TODO.md | 2 ++ example_config.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index af6f6ac..db80ddf 100644 --- a/TODO.md +++ b/TODO.md @@ -21,5 +21,7 @@ This bot was written a long time back in the spare time of a busy person. The co * Implement factoid aliasing * Implement an object system for the give/take commands * Create some kind of web reference page +* Verify (fix) untappd integration + * Has not even been run * Write godoc for pretty much everything and explain why functions exist * Enter all of this into GitHub tickets diff --git a/example_config.json b/example_config.json index 2c47119..fdd1c3d 100644 --- a/example_config.json +++ b/example_config.json @@ -1,5 +1,5 @@ { - "DFile": "catbase.json", + "DFile": "catbase.db", "Dbserver": "127.0.0.1", "Channels": ["#CatBaseTest"], "MainChannel": "#CatBaseTest",