summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 21:48:44 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 21:48:44 +0000
commit561096f729f30a81aef5269d1691cdb4d2bd42a6 (patch)
tree452320f25f3edb2452945afb494c528f202f0a46 /data
parenta5ef72b9b4964a8227bf46beb44df098aab87de0 (diff)
Added restrictopernicks directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1734 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r--data/example_new.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf
index bac2a087e..0df50aab9 100644
--- a/data/example_new.conf
+++ b/data/example_new.conf
@@ -442,6 +442,18 @@ options {
* for at least the given number of seconds. This directive is optional.
*/
#nickregdelay = 30
+
+ /*
+ * If set, forbids the registration of nicks that contain an existing
+ * nick with Services access. For example, if Tester is a Services Oper,
+ * you can't register NewTester or Tester123 unless you are an IRC
+ * Operator. This directive is optional.
+ *
+ * NOTE: If you enable this, you will have to be logged in as an IRC
+ * operator in order to register a Services Root nick when setting up
+ * Anope for the first time.
+ */
+ #restrictopernicks = yes
}
/*