old irc bot for facilitating osric games, use with osric-cgi
Go to file
2015-06-08 05:50:39 -04:00
json Added sample json 2015-02-25 01:52:07 +00:00
.travis.yml goofed up the travis-ci thing 2015-02-26 05:27:31 -05:00
bot.go fixing redundant stuff 2015-04-18 20:06:36 -04:00
character.go printing should be k 2015-06-08 05:50:39 -04:00
LICENSE.txt Redpanduh Public License 2015-06-08 05:02:00 -04:00
README.md Known issues 2015-02-28 07:24:11 -05:00
run.sh Part 1 of Characters, importing and reading 2015-02-26 05:24:31 -05:00
slices.go Voting system added, some derp-moment fixes. 2015-02-12 06:54:43 -05:00
smap.go Voting system added, some derp-moment fixes. 2015-02-12 06:54:43 -05:00

irc-osric

Build Status

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:

  • 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

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!