From 9096fe070f980b319f922a7358998b7fa398c46e Mon Sep 17 00:00:00 2001 From: mogad0n Date: Fri, 29 Jan 2021 15:31:58 +0530 Subject: [PATCH] Update Readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index a7d7e1d..82d441e 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ An oragonoIRCd specific toolkit for IRCops + +# Tools + +The individual tools proposed to be included are: + +#### Essentials + +1. Snotice parser +2. Ban management + The way things ban management is currently deployed is [here](https://github.com/tripsit-me/dbot/tree/master/modules/kick) +3. [RWATCH](https://github.com/atheme/atheme/wiki/OperServ%3ARWATCH) +4. thanatos: findnicks and grepbans functionality +5. vhost management +6. SAJOIN, SANICK and other SA commands +7. ChanServ interface for purging, registering and renaming channels etc. + +#### Potential Enhancements + +1. [RMATCH](https://github.com/atheme/atheme/wiki/OperServ%3ARMATCH) +2. ... + +Please feel free to suggest additions or modifications.