diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-10-30 08:33:22 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-10-30 08:33:22 +0000 |
commit | be5d35717d9048065113d6d8ea43b80f66eaadb4 (patch) | |
tree | 809f1488c86b411a6ceb6e796f389fd7073965a5 | |
parent | 7d1d0ef9ed2766d67ecd89c3b69ad14d20ef8977 (diff) |
BUILD : 1.7.12 (924) BUGS : NOTES : Updated docs/FAQ
git-svn-id: svn://svn.anope.org/anope/trunk@924 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@666 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | docs/FAQ | 12 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 12 insertions, 7 deletions
@@ -1,6 +1,7 @@ Anope Version S V N -------------------- Provided by Anope Dev. <dev@anope.org> - 2005 +10/30 F Updated docs/FAQ. [ #00] Anope Version 1.7.12 -------------------- @@ -66,8 +66,7 @@ Table of Contents 5.2) Anope ignored the SET SUCCESSOR setting and deleted a channel when the founder expired. 5.3) How to auto voice all those whom join my #channel? - 5.4) My RESTRICTED channel doesn't work, but everything else works - perfectly! + 5.4) Channel options like RESTRICTED or SECUREOPS don't work. What's wrong? 6) BotServ 6.1) How do I add bots to BotServ? @@ -393,11 +392,12 @@ Table of Contents /cs set #channel xop off
/cs levels #channel set AUTOVOICE -1
-5.4) My RESTRICTED channel doesn't work, but everything else works perfectly! +5.4) Channel options like RESTRICTED or SECUREOPS don't work. What's wrong? - Make sure that you didn't put any of your IRCd's as a ULined server in - Anope. Clients from ULined servers are always allowed to join RESTRICTED - channels, without checking their access level. + Make sure that you didn't put any of your normal IRCd's as a ULined server + in Anope. Some access checks for clients from ULined servers are skipped to + avoid fights between the ULined servers. This is usually only useful when + you have a statistics server connected to your network. 6) BotServ diff --git a/version.log b/version.log index 1a3a0a664..4adf0cbcf 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="12" VERSION_EXTRA="-svn" -VERSION_BUILD="920" +VERSION_BUILD="924" # $Log$ # +# BUILD : 1.7.12 (924) +# BUGS : +# NOTES : Updated docs/FAQ +# # BUILD : 1.7.12 (920) # BUGS : # NOTES : Development Framework |