From 93ff2083ecfaaad4edbca6bb78eba0116d2d981b Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 8 Dec 2024 16:10:40 -0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 626c781..e0a11c9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ TODO: - [ ] WallOps - [ ] Channel invite system - [ ] Wildcard logic (for +b) + - [ ] Send PING and wait for PONG + - [ ] Reply PONG if received PING - [ ] User Flags - [ ] i (invisible) - [ ] o (IRCOP) @@ -32,6 +34,14 @@ TODO: - [ ] Destructive features for CHANOPS - [ ] `KICK` - [ ] `MODE ` +- [ ] Destructive features for IRCOPS + - [ ] `KILL ` + - [ ] `MODE ` + - [ ] `RESTART` +- [ ] Extra commands + - [ ] `USERS` + - [ ] `WHOIS` + - [ ] `WHOWAS` - [ ] Implement services. - [ ] Nickserv - [ ] ChanServ