summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/example.conf3
-rw-r--r--version.log6
2 files changed, 8 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf
index 2d12f12b3..ebc6c097a 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -467,6 +467,9 @@ GlobalOnCycleUP "Services are now back online - have a nice day"
# Forbids the registration of nicks that contain nick with services
# access. So if Tester is a Services Oper, for example, You can't
# register NewTester or Tester123 unless you are an IRC operator.
+# IMPORTANT: Remember that you have to be an ircop if you want to
+# register the root's nick when setting up Anope for the
+# the first time.
#RestrictOperNicks
# UseTokens [OPTIONAL]
diff --git a/version.log b/version.log
index 364c418b2..36bdfee35 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="5"
-VERSION_BUILD="409"
+VERSION_BUILD="410"
# $Log$
#
+# BUILD : 1.7.5 (410)
+# BUGS :
+# NOTES : Added shot note in example.conf regarding NsRestrictOperNick or whatever it is called.
+#
# BUILD : 1.7.5 (409)
# BUGS :
# NOTES : Made expire_all() extern instead of static.