2.0/Modules/cs kick
From AnopeWiki
Language | |
---|---|
English |
|
Description
Kicks a specified nick from a channel.
By default, limited to AOPs or those with level 5 access and above on the channel. Channel founders may use masks too.
Commands
- kick channel nick [reason]
- kick channel mask [reason]
Examples
/msg ChanServ KICK $myChannel Fred Go cool off.
Default Configuration
/* * cs_kick * * Provides the command chanserv/kick. * * Used for kicking users from channels. */ module { name = "cs_kick" } command { service = "ChanServ"; name = "KICK"; command = "chanserv/kick"; }