1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 14:06:38 +02:00

Default nogroupchange to on, update comment to make sense

This commit is contained in:
Adam
2013-11-17 23:35:57 -05:00
parent fc69b68891
commit cba811bc6b
+4 -4
View File
@@ -361,13 +361,13 @@ module
maxaliases = 16
/*
* If set, the NickServ GROUP command won't allow any group change. This is recommended for
* better performance and to protect against nick stealing, however users will have less
* flexibility.
* If set, the NickServ GROUP command won't allow any group changes. This is recommended to
* prevent users from accidentally dropping their nicks, as it forces users to explicitly
* drop their nicks before adding it to another group.
*
* This directive is optional, but recommended.
*/
#nogroupchange = yes
nogroupchange = yes
}
command { service = "NickServ"; name = "GLIST"; command = "nickserv/glist"; }
command { service = "NickServ"; name = "GROUP"; command = "nickserv/group"; }