Add help extban.
This commit is contained in:
parent
9960cc94c5
commit
d4eab91a99
|
@ -12,7 +12,7 @@ helpdir= @helpdir@
|
||||||
uhelpdir= ${helpdir}/users
|
uhelpdir= ${helpdir}/users
|
||||||
ohelpdir= ${helpdir}/opers
|
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 \
|
version kick who invite quit join list nick oper part \
|
||||||
time credits motd userhost users whois ison lusers \
|
time credits motd userhost users whois ison lusers \
|
||||||
user help pass error challenge knock ping pong \
|
user help pass error challenge knock ping pong \
|
||||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue