]> jfr.im git - irc/quakenet/newserv.git/blobdiff - MODULES
nickwatch: Add hook for HOOK_NICK_ACCOUNT.
[irc/quakenet/newserv.git] / MODULES
diff --git a/MODULES b/MODULES
index eadce43e598ad497b5850d63d68dd76f60326cef..80b701a8d23b87320ff5bfe807e3a5ec03853a3d 100644 (file)
--- a/MODULES
+++ b/MODULES
@@ -47,6 +47,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 +154,11 @@ newsearch
 Provides functionality to search for nicks and channels based on certain
 criteria.
 
+nickwatch
+~~~~~~~~
+
+Implements event-based nicksearch queries.
+
 miscreply
 ~~~~~~~~
 
@@ -156,6 +171,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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -169,9 +194,19 @@ Does on-connect proxy scans and glines open proxies.
 request
 ~~~~~~
 
-This is QuakeNet's channel service request bot (R). Some of the module
-parameters are not configurable - instead you will have to modify the
-request/request.h header file and recompile the module.
+This is QuakeNet's channel service request bot (R).
+
+Configuration:
+
+[request]
+#nick=R
+#user=request
+#host=request.quakenet.org
+#real=Service Request v0.23
+#snick=S
+#sserver=spamscan.quakenet.org
+#qnick=Q
+#qserver=cserve.quakenet.org
 
 serverlist
 ~~~~~~~~~