]> jfr.im git - solanum.git/blobdiff - extensions/README
Merge pull request #302 from edk0/sasl-usercloak
[solanum.git] / extensions / README
index 8defb197685ab3010e83f047174e43b19b8faf9a..9361bb78dfa22306902d5457dddf9199ab111236 100644 (file)
@@ -1,5 +1,3 @@
-$Id: README 1622 2006-06-04 03:01:05Z beu $
-
 This directory contains extensions (modules) to charybdis ircd that
 have been contributed by other people, or written by our development
 team.  Unsupported extensions live under unsupported/.
@@ -13,9 +11,6 @@ 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>
 
@@ -41,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.