]> jfr.im git - solanum.git/blobdiff - extensions/README
explicitly show IP in SNO_BANNED snotes
[solanum.git] / extensions / README
index 331ea64ac947390c3574c0faaa4332b8e5265776..0c21f54db627f38503d0edf78d8d88b3931402ec 100644 (file)
@@ -1,6 +1,4 @@
-$Id: README 1622 2006-06-04 03:01:05Z beu $
-
-This directory contains extensions (modules) to charybdis ircd that
+This directory contains extensions (modules) to solanum ircd that
 have been contributed by other people, or written by our development
 team.  Unsupported extensions live under unsupported/.
 
@@ -13,8 +11,8 @@ createauthonly.c - Only allow authenticated (identified) users to create
 
 ip_cloaking.c  - Cloak (spoof) the host for users that have umode +h.
 
-m_42.c         - The Answer to Life, the Universe, and Everything.
-                 Syntax: 42
+m_adminwall.c  - Sends a message to all admins network-wide (umode +a)
+                 Syntax: ADMINWALL :<message>
 
 m_findforwards.c - Find channels that forward (+f) to a given channel.
                    Syntax: FINDFORWARDS <channel>
@@ -38,6 +36,11 @@ m_opme.c       - OPME - Allows an admin to op themselves in an opless channel
 m_omode.c      - OMODE - Allows an admin to do all sorts of evil upon a
                         channel, sets modes with extreme prejudice
 
+m_remove.c     - REMOVE - Implements /REMOVE, which allows a channel op to
+                          force-part a problematic user from a channel.  Most
+                          likely, you don't want this, because it is non-standard,
+                          and easily worked around for autojoin purposes.
+
 no_oper_invis.c - Disallow opers setting marking themselves as invisible
                   (+i) unless they have the hidden_oper flag.