diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/README.md b/README.md index 87e2ecc..edb5599 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,16 @@ node index.js ## TODO -- ~~Make commands be in an object instead of a switch statement~~ -- ~~/help command~~ -- ~~/about command~~ -- ~~Config (JSON)~~ -- ~~MOTD~~ -- ~~Custom commands (plugins)~~ -- ~~Auth (optional)~~ +- ~~Make commands be in an object instead of a switch statement~~ +- ~~/help command~~ +- ~~/about command~~ +- ~~Config (JSON)~~ +- ~~MOTD~~ +- ~~Custom commands (plugins)~~ +- ~~Auth (optional)~~ +- Command class? ## IN PROGRESS -- JSON support (for clients and stuff) +- JSON support (for clients and stuff) (eg getting user data as json) +- JSON events (for clients and stuff) |