Difference between revisions of "2.0/Modules/hs off"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/hs_off}} {{Syntax|hs_off|HostServ|Anope}} == <div class="moduleheader">Description</div> == Deactivates the vhost currently assigned to the nick in us...") |
(No difference)
|
Latest revision as of 20:06, 8 May 2014
Language | |
---|---|
English |
|
Description
Deactivates the vhost currently assigned to the nick in use. When you use this command any user who performs a /whois on you will see your real host/IP address.
Commands
- off
Examples
/msg HostServ OFF
Default Configuration
/* * hs_off * * Provides the command hostserv/off. * * Used for turning off your vHost. */ module { name = "hs_off" } command { service = "HostServ"; name = "OFF"; command = "hostserv/off"; }