mirror of https://github.com/velour/catbase.git
Add todo item, update example config
This commit is contained in:
parent
1d62e6173f
commit
a081d1199e
2
TODO.md
2
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 factoid aliasing
|
||||||
* Implement an object system for the give/take commands
|
* Implement an object system for the give/take commands
|
||||||
* Create some kind of web reference page
|
* 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
|
* Write godoc for pretty much everything and explain why functions exist
|
||||||
* Enter all of this into GitHub tickets
|
* Enter all of this into GitHub tickets
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"DFile": "catbase.json",
|
"DFile": "catbase.db",
|
||||||
"Dbserver": "127.0.0.1",
|
"Dbserver": "127.0.0.1",
|
||||||
"Channels": ["#CatBaseTest"],
|
"Channels": ["#CatBaseTest"],
|
||||||
"MainChannel": "#CatBaseTest",
|
"MainChannel": "#CatBaseTest",
|
||||||
|
|
Loading…
Reference in New Issue