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