How Can We Help?

ChanServ AKICK

You are here:
< All Topics
Table of Contents

Description

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.

Commands

/CS AKICK channel ADD {nick | mask} [reason]
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 “User has been banned from the channel”.

*NOTE: When akicking a registered nick the NickServ account will be added to the akick list instead of the mask. All users within that nickgroup will then be akicked.

/CS AKICK channel DEL {nick | mask | entry-num | list}
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.
/CS AKICK channel LIST [mask | entry-num | list]
The AKICK LIST command displays the AutoKick list, or optionally only those AutoKick entries which match the given mask.
/CS AKICK channel VIEW [mask | entry-num | list]
The AKICK VIEW command is a more verbose version of the AKICK LIST command.
/CS AKICK channel ENFORCE
The AKICK ENFORCE command causes ChanServ to enforce the current AKICK list by removing those users who match an AKICK mask.
/CS AKICK channel CLEAR
The AKICK CLEAR command clears all entries of the akick list.

Examples

/msg ChanServ AKICK #myChannel ADD *Fred@*.example.com Idiot

/msg ChanServ AKICK #myChannel DEL *Fred@*.example.com

/msg ChanServ AKICK #myChannel LIST 1-12

/msg ChanServ AKICK #myChannel ENFORCE

/msg ChanServ AKICK #myChannel CLEAR

Scroll to Top