Difference between revisions of "2.0/Modules/os chankill"

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/os_chankill}} {{Syntax|os_chankill|OperServ|Anope}} == <div class="moduleheader">Description</div> == Puts an AKILL for every nick on the specified cha...")
 
(No difference)

Latest revision as of 21:40, 8 May 2014

Language

English

Service OperServ
Module os_chankill
Author Anope

Description

Puts an AKILL for every nick on the specified channel. It uses the entire real ident@host for every nick, and then enforces the AKILL. NOTE: Access to this command requires the permission operserv/chankill to be present in your opertype.

Commands

chankill [+expiry] channel reason

Examples

Default Configuration

/*
 * os_chankill
 *
 * Provides the command operserv/chankill.
 *
 * Used to akill users from an entire channel.
 */
module { name = "os_chankill" }
command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill"; permission = "operserv/chankill"; }