From 760ada1274cf65b3413bf4d1010eb3fcd996ed46 Mon Sep 17 00:00:00 2001 From: "certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sun, 17 Oct 2004 10:32:01 +0000 Subject: [PATCH] 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 --- data/example.conf | 3 +++ version.log | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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.