2.0/Modules/cs kick

From AnopeWiki
Revision as of 17:12, 6 May 2014 by Azander (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language

English

Service ChanServ
Module cs_kick
Author Anope

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"; }