From d4eab91a9941a9c9eb20f5253115686de8e26af4 Mon Sep 17 00:00:00 2001 From: "B.Greenham" Date: Sun, 28 Mar 2010 23:28:24 -0400 Subject: [PATCH] Add help extban. --- help/Makefile.in | 2 +- help/opers/extban | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 help/opers/extban diff --git a/help/Makefile.in b/help/Makefile.in index 0f633f6..b7c65c1 100644 --- a/help/Makefile.in +++ b/help/Makefile.in @@ -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 index 0000000..06ffee2 --- /dev/null +++ b/help/opers/extban @@ -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.