2.0/Modules/hs group
From AnopeWiki
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"; }