2.0/Modules/hs group

From AnopeWiki
Revision as of 20:54, 8 May 2014 by Azander (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language

English

Service HostServ
Module hs_group
Author Anope

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"; }