fix possible crash on user deletion
[srvx.git] / FAQ
diff --git a/FAQ b/FAQ
index bb15b42aa9d5ca04607e7ad6c01f0d185b0b4f15..bd55116f447c30d19903c25fff98ee05eece59ff 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -5,7 +5,8 @@ This FAQ assumes that your services are named NickServ, ChanServ and
 OpServ respectively.
 
 Q1) How do I set up srvx?
-A1) Read the README and INSTALL files, especially INSTALL.
+A1) Read the README and INSTALL files, especially INSTALL.  If you are
+upgrading from srvx-1.2, read UPGRADE.
 
 Q2) How do I set up my IRC server so srvx talks to it?
 A2) That depends on which IRC server you use.  Check its
@@ -50,3 +51,10 @@ A7) When you run the "configure" script, you must enable the MemoServ
 module; for example, "./configure --enable-modules=memoserv".  Then
 see the comment near the start of src/mod-memoserv.c for configuration
 options.
+
+Q8) How do I enable both HelpServ and MemoServ?
+A8) In addition to the post-install configuration steps above, you
+must mention both when you run the configure script.  For example, run
+it using "./configure --enable-modules=memoserv,helpserv".  (You may
+add the snoop and/or sockcheck modules as well; separate the module
+names with commas.)