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