everything's good

This commit is contained in:
Elliott Pardee 2015-06-08 06:23:59 -04:00
parent c39c9d0468
commit ccb8ade1dc

View File

@ -7,28 +7,11 @@ Run with `./run.sh`.
Goal: Create an IRC bot that can effectively maintain an active OSRIC session.
Compatible with JSON character sheets generated with @kirbyUK's [osric-cgi](https://github.com/kirbyUK/osric-cgi) and OSRIC v1.
KNOWN ISSUES:
* Arrays in the JSON sheet cannot be printed or written to.
* Some unnecessary stuff in code, like the save mode that wasn't made.
Compatible with JSON character sheets generated with a [tiny fork](https://github.com/vypr/osric-cgi) of @kirbyUK's [osric-cgi](https://github.com/kirbyUK/osric-cgi) and OSRIC v1.
TODO:
* ~~Logging~~
* ~~Stat Manipulation~~
* ~~Permission System~~
* ~~Dictionary for abbreviations (hp, ap, algn, xp)~~
* ~~Dice System~~
* ~~Voting System~~
* ~~Character System~~
* ~~Importing Characters~~
* ~~Reading (printing) Character Info~~
* ~~Writing Character Info~~
* ~~Exporting Characters~~
* Allow people to write values to characters.
---
@ -36,6 +19,5 @@ Credits:
* @kirbyUK for [osric-cgi](https://github.com/kirbyUK/osric-cgi)
* @dami0 for inspiration with the now abandoned [obot](https://github.com/dami0/obot)
* @antonholmquist for [jason](https://github.com/antonholmquist/jason), an easy JSON library
* @thoj for [go-ircevent](https://github.com/thoj/go-ircevent), a Golang IRC library
* Wizards of the Coast, Stuart Marshall, Matthew Finch, et al. for contributing to making OSRIC possible!