Difference between revisions of "2.0/Modules/cs kick"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/cs_kick}} {{Syntax|cs_kick|ChanServ|Anope}} == <div class="moduleheader">Description</div> == Kicks a specified nick from a channel. By default, limit...") |
(No difference)
|
Latest revision as of 17:12, 6 May 2014
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"; }