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

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/os_kill}} {{Syntax|os_kill|OperServ|Anope}} == <div class="moduleheader">Description</div> == Allows you to kill a user from the network. Parameters ar...")
 
(No difference)

Latest revision as of 22:52, 8 May 2014

Language

English

Service OperServ
Module os_kill
Author Anope

Description

Allows you to kill a user from the network. Parameters are the same as for the standard /KILL command.

NOTE: Access to this command requires the permission operserv/kill to be present in your opertype.

Commands

kill user [reason]

Examples

/msg OperServ KILL Fred This is your last warning. Do not come back.

Default Configuration

/*
 * os_kill
 *
 * Provides the command operserv/kill.
 *
 * Used to forcibly disconnect users from the network.
 */
module { name = "os_kill" }
command { service = "OperServ"; name = "KILL"; command = "operserv/kill"; permission = "operserv/kill"; }