diff options
author | Adam <Adam@anope.org> | 2013-11-17 23:35:57 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-11-17 23:35:57 -0500 |
commit | cba811bc6ba5ebd22bffae6c11b20199c5eaea22 (patch) | |
tree | 4f70c450184b8764e35829b39a46080d232902e5 | |
parent | fc69b688912a2472f6f2ccbfd5377f8620027aef (diff) |
Default nogroupchange to on, update comment to make sense
-rw-r--r-- | data/nickserv.example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 5685d184b..0c7fd49c6 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -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"; } |