]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Add help extban.
authorB.Greenham <redacted>
Mon, 29 Mar 2010 03:28:24 +0000 (23:28 -0400)
committerB.Greenham <redacted>
Mon, 29 Mar 2010 03:28:24 +0000 (23:28 -0400)
help/Makefile.in
help/opers/extban [new file with mode: 0644]

index 0f633f69b74a59053720797ed9580e97ff021ba3..b7c65c1e9404b61db4489403b83a96f75ebd08ac 100644 (file)
@@ -12,7 +12,7 @@ helpdir=      @helpdir@
 uhelpdir=      ${helpdir}/users
 ohelpdir=      ${helpdir}/opers
 
-SYMLINKS=      topic accept admin names links away whowas \
+SYMLINKS=      topic accept admin extban names links away whowas \
                version kick who invite quit join list nick oper part \
                time credits motd userhost users whois ison lusers \
                user help pass error challenge knock ping pong \
diff --git a/help/opers/extban b/help/opers/extban
new file mode 100644 (file)
index 0000000..06ffee2
--- /dev/null
@@ -0,0 +1,18 @@
+Extbans are all provided by extensions, some may not be present on this
+server.
+
+EXTBAN - DESCRIPTION
+------------------------------------------------------------------------
+     $o         Oper extban. Affects all operators.
+     $z         SSL extban. Affects all users connected via SSL.
+     $a[:mask]  Account extban. Affects anyone with an account that
+                matches. If the mask is omitted, it affects everyone
+                who is logged into services.
+     $j:mask    Banned from another channel extban. Affects anyone who
+                is banned from the specified channel.
+     $c:mask    Other channel extban. Affects anyone who is on the 
+                specified channel.
+     $x:mask    Extended extban. Matches a user's entire n!u@h gecos.
+     $r:mask    GECOS extban. Affects anyone with the realname/gecos
+                specified.
+     $s:mask    Server exban. Affects anyone on the specified server.