Difference between revisions of "2.0/Modules/hs del"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/hs_del}} {{Syntax|hs_del|HostServ|Anope}} == <div class="moduleheader">Description</div> == Deletes the vhost assigned to the given nick from the datab...") |
(No difference)
|
Latest revision as of 19:50, 8 May 2014
Language | |
---|---|
English |
|
Description
Deletes the vhost assigned to the given nick from the database.
Access to this command requires the permission hostserv/del to be present in your opertype.
Commands
- del nick
- delall nick
Examples
/msg HostServ DEL Fred
/msg HostServ DELALL Fred
Default Configuration
/* * hs_del * * Provides the commands hostserv/del and hostserv/delall. * * Used for removing users' vHosts. */ module { name = "hs_del" } command { service = "HostServ"; name = "DEL"; command = "hostserv/del"; permission = "hostserv/del"; } command { service = "HostServ"; name = "DELALL"; command = "hostserv/delall"; permission = "hostserv/del"; }