2.0/Modules/os chankill

From AnopeWiki
Revision as of 21:40, 8 May 2014 by Azander (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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"; }