summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/nickserv.example.conf8
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"; }