2014-12-09 06:32:21 -05:00
|
|
|
irc-osric
|
|
|
|
=========
|
|
|
|
|
2015-01-03 00:20:08 -05:00
|
|
|
[![Build Status](https://travis-ci.org/vypr/irc-osric.svg?branch=master)](https://travis-ci.org/vypr/irc-osric)
|
|
|
|
|
2015-02-26 05:24:31 -05:00
|
|
|
Run with `./run.sh`.
|
2015-01-11 21:18:20 -05:00
|
|
|
|
2014-12-09 06:32:21 -05:00
|
|
|
Goal: Create an IRC bot that can effectively maintain an active OSRIC session.
|
|
|
|
|
2015-02-28 07:05:19 -05:00
|
|
|
Compatible with JSON character sheets generated with @kirbyUK's [osric-cgi](https://github.com/kirbyUK/osric-cgi) and OSRIC v1.
|
|
|
|
|
|
|
|
|
2015-02-28 07:24:11 -05:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
2014-12-09 06:32:21 -05:00
|
|
|
TODO:
|
|
|
|
|
2015-01-02 23:48:03 -05:00
|
|
|
* ~~Logging~~
|
|
|
|
* ~~Stat Manipulation~~
|
|
|
|
* ~~Permission System~~
|
2015-01-04 22:09:23 -05:00
|
|
|
* ~~Dictionary for abbreviations (hp, ap, algn, xp)~~
|
2015-02-12 06:54:43 -05:00
|
|
|
* ~~Dice System~~
|
|
|
|
* ~~Voting System~~
|
2015-02-28 06:46:44 -05:00
|
|
|
* ~~Character System~~
|
2015-02-26 05:24:31 -05:00
|
|
|
* ~~Importing Characters~~
|
|
|
|
* ~~Reading (printing) Character Info~~
|
2015-02-28 06:46:44 -05:00
|
|
|
* ~~Writing Character Info~~
|
|
|
|
* ~~Exporting Characters~~
|
2015-02-28 07:05:19 -05:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
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!
|