2.0/Modules/os chankill
From AnopeWiki
Language | |
---|---|
English |
|
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"; }