diff options
author | WlodekM <[email protected]> | 2024-08-09 20:47:02 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-08-09 20:47:02 +0300 |
commit | f95b5f0af657fb2dca55cb5471eaecef4261132f (patch) | |
tree | 834dbaa693ad3c18f52df6c8de2f7573c7bc7660 | |
parent | 80d45efdf7fe6204de5378b2e5536d241d9996df (diff) | |
parent | 4c755b18318de99e0c03e70bb1d7ef70fb8b3b64 (diff) |
Merge branch 'master' of https://github.com/WlodekM/wsChat wqewqq
-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) |