]> jfr.im git - irc/quakenet/newserv.git/blobdiff - MODULES
chanserv: Fix pattern matching for suspendchanlist.
[irc/quakenet/newserv.git] / MODULES
diff --git a/MODULES b/MODULES
index 64ed5a786dc3a5a55f3b77ea26911a62cfe09e95..7a5b369b146f4ed8084d26eaba7418914afc5b6c 100644 (file)
--- a/MODULES
+++ b/MODULES
@@ -31,13 +31,6 @@ and modify user accounts.
 
 Other modules can register their own commands.
 
-You can create a user on your control instance using /msg N hello (where N is
-the nick of your control instance). You need to be opered in order to use this
-command.
-
-Once you have an account you should have a look at /msg N showcommands for a
-list of available commands.
-
 Configuration:
 
 [control]
@@ -47,6 +40,16 @@ nick=N3
 #realname=NewServ Control Service
 #authname=C
 
+control_commands
+~~~~~~~~~~~~~~~
+
+Provides commonly-used oper commands.
+
+control_management
+~~~~~~~~~~~~~~~~~
+
+Provides user management commands.
+
 auth
 ~~~
 
@@ -144,6 +147,11 @@ newsearch
 Provides functionality to search for nicks and channels based on certain
 criteria.
 
+nickwatch
+~~~~~~~~
+
+Implements event-based nicksearch queries.
+
 miscreply
 ~~~~~~~~
 
@@ -156,6 +164,16 @@ Configuration:
 #admin2=Network IRC Service
 #admin3=No administrative info available
 
+patrol
+~~~~~
+
+Implements functionality to spawn trojanscan swarm clones.
+
+Configuration:
+
+[patrol]
+#minpoolhosts=5000
+
 patricia, patricianick, patriciasearch
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~