summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--docs/FAQ17
-rw-r--r--version.log6
3 files changed, 23 insertions, 1 deletions
diff --git a/Changes b/Changes
index d58aea130..7ca5c2149 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
Anope Version S V N
--------------------
Provided by Anope Dev. <dev@anope.org> - 2005
+05/27 F Updated docs/FAQ. [ #00]
05/25 F Segfault when clearing non-existing nick '0' from ignore list. [#383]
05/25 F Removed a double extern definition of rdb_tag_table. [#381]
05/25 F Fixed mydbgen so it sends the pass and installs in the data dir. [ #00]
diff --git a/docs/FAQ b/docs/FAQ
index 8143987d2..cc0ace5dd 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -97,6 +97,10 @@ List of Questions
35) How can i enable the OperServ RAW command?
+36) Can you help me?
+
+37) Where is RootServ?
+
List of answers
---------------
@@ -416,3 +420,16 @@ List of answers
load it, add the os_raw module to the list of OperServ core
modules. But be sure to keep in mind that when you enable the RAW
command, you CANNOT GET ANY SUPPORT for Anope anymore.
+
+36) Can you help me?
+
+ No, we can't help you unless you tell us what you need help with.
+
+37) Where is RootServ?
+
+ Anope does not supply RootServ. All functions you would find in
+ RootServ have been integrated into OperServ. If you really want
+ to use RootServ, you can set the OperServAlias in services.conf
+ to be RootServ. This will enable the RootServ nick to be used for
+ OperServ as well. Read the comments need OperServAlias in the
+ configuration file for more information.
diff --git a/version.log b/version.log
index 5a2931814..6391fe5e1 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="10"
-VERSION_BUILD="815"
+VERSION_BUILD="816"
# $Log$
#
+# BUILD : 1.7.10 (816)
+# BUGS :
+# NOTES : Updated the FAQ
+#
# BUILD : 1.7.10 (815)
# BUGS : 383
# NOTES : Added value checking for deleting ignores, which fixes a (very rare) segfault