summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-10-17 10:32:01 +0000
committercertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-10-17 10:32:01 +0000
commit760ada1274cf65b3413bf4d1010eb3fcd996ed46 (patch)
treef992a84da3050ba12588a2c15d3ab531e699b4d7
parent48a35170a0f5b612b2fe9a09a9c1893ee05bda36 (diff)
BUILD : 1.7.5 (410) BUGS : NOTES : Added shot note in example.conf regarding NsRestrictOperNick or whatever it is called.
git-svn-id: svn://svn.anope.org/anope/trunk@410 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@274 5417fbe8-f217-4b02-8779-1006273d7864
-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.