]> jfr.im git - solanum.git/blobdiff - extensions/README
sno_whois: fix resource leak, pointed out by mniip
[solanum.git] / extensions / README
index 331ea64ac947390c3574c0faaa4332b8e5265776..fd574b3217aea7bf789b3048fa5ca827da294486 100644 (file)
@@ -16,6 +16,9 @@ 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 +41,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.