From 4cbfe67f43f75c9bd922c2bbca37a8aa1007d068 Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Sat, 28 Feb 2015 07:24:11 -0500 Subject: [PATCH] Known issues --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 37b062d..bb593dd 100755 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ 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. + + TODO: * ~~Logging~~