Maintains the AutoKick list for a channel. If a user on the
AutoKick list attempts to join the channel, ChanServ will ban
that user from the channel, then kick the user.
The AKICK ADD command adds the given nick or usermask to the
AutoKick list. If a reason is given with the command, that reason
will be used when the user is kicked; if not, the default reason
is "You have been banned from the channel".
The AKICK STICK command permanently bans the given mask on the
channel. If someone tries to remove the ban, ChanServ will automatically
set it again. You can't use it for registered nicks.
The AKICK UNSTICK command cancels the effect of the AKICK STICK
command, so you'll be able to unset the ban again on the channel.
The AKICK DEL command removes the given nick or mask from the
AutoKick list. It does not, however, remove any bans placed by
an AutoKick; those must be removed manually.
The AKICK LIST command displays the AutoKick list, oroptionally
only those AutoKick entries which match thegiven mask.
The AKICK VIEW command is a more verbose version of AKICK LIST
command.
The AKICK ENFORCE command causes ChanServ to enforce the current
AKICK list by removing those users who match an AKICK mask.
The AKICK CLEAR command clears all entries of the akick list.
Syntax:
- /cs AKICK <channel> ADD <mask>
<reason>
- /cs AKICK <channel> STICK <mask>
- /cs AKICK <channel> UNSTICK <mask>
- /cs AKICK <channel> DEL <mask>
- /cs AKICK <channel> LIST <mask>
- /cs AKICK <channel> VIEW <mask>
- /cs AKICK <channel> ENFORCE
- /cs AKICK <channel> CLEAR
Example(s):
- /cs AKICK #hooters ADD *@192.168.1.* Idiot
- /cs AKICK #hooters STICK *@192.168.1.*
- /cs AKICK #hooters DEL *@192.168.1.*
- /cs AKICK #hooters LIST *@192.*.*
- /cs AKICK #hooters VIEW *@*
- /cs AKICK #hooters ENFORCE
- /cs AKICK #hooters CLEAR