1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 08:23:14 +02:00

hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be per account rather than nick.

This commit is contained in:
Daniel Vassdal
2014-03-05 15:58:55 -08:00
parent 220e278213
commit 051a42b547
2 changed files with 51 additions and 4 deletions
+14 -1
View File
@@ -103,7 +103,20 @@ command { service = "HostServ"; name = "DELALL"; command = "hostserv/delall"; pe
*
* Used for grouping one vHost to many nicks.
*/
module { name = "hs_group" }
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"; }
/*