old irc bot for facilitating osric games, use with osric-cgi
json | ||
.travis.yml | ||
bot.go | ||
character.go | ||
LICENSE.txt | ||
README.md | ||
run.sh | ||
slices.go | ||
smap.go |
irc-osric
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 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.
TODO:
LoggingStat ManipulationPermission SystemDictionary for abbreviations (hp, ap, algn, xp)Dice SystemVoting SystemCharacter SystemImporting CharactersReading (printing) Character InfoWriting Character InfoExporting Characters
Credits:
- @kirbyUK for osric-cgi
- @dami0 for inspiration with the now abandoned obot
- @antonholmquist for jason, an easy JSON library
- @thoj for go-ircevent, a Golang IRC library
- Wizards of the Coast, Stuart Marshall, Matthew Finch, et al. for contributing to making OSRIC possible!