From 19dedef7be8bce3bd9f053c8c4f456bf464d961c Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Sat, 28 Feb 2015 07:05:19 -0500 Subject: [PATCH] Giving credit where credit's due. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 8f90515..37b062d 100755 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ 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. + + TODO: * ~~Logging~~ @@ -20,3 +23,13 @@ TODO: * ~~Reading (printing) Character Info~~ * ~~Writing Character Info~~ * ~~Exporting Characters~~ + +--- + +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!