Difference between revisions of "2.0/Modules/hs group"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/hs_group}} {{Syntax|hs_group|HostServ|Anope}} == <div class="moduleheader">Description</div> == This command allows users to set the vhost of their CUR...") |
(No difference)
|
Latest revision as of 19:54, 8 May 2014
Language | |
---|---|
English |
|
Description
This command allows users to set the vhost of their CURRENT nick to be the vhost for all nicks in the same group.
Commands
- group
Examples
/msg HostServ GROUP
Default Configuration
/* * hs_group * * Provides the command hostserv/group. * * Used for grouping one vHost to many nicks. */ module { name = "hs_group" /* * Upon nickserv/group, this option syncs the nick's main vHost to the grouped nick. */ syncongroup = false /* * This makes vhosts act as if they are per account. */ synconset = false } command { service = "HostServ"; name = "GROUP"; command = "hostserv/group"; }