prevent ChanUsers from being removed when user quits with register reason
[NeonServV5.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 6ac9d235434e7bfe31a2302452ba8ca28c589fa5..cd5581125efe04384ce853217af7134efa40e88d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -17,9 +17,10 @@ Quick Install:
 $ ./autogen.sh
 $ ./configure
 $ make
 $ ./autogen.sh
 $ ./configure
 $ make
-$ ${EDITOR} neonserv.ini
-    NOTE: You may want to copy neonserv.example.ini to neonserv.ini and
+$ ${EDITOR} neonserv.conf
+    NOTE: You may want to copy neonserv.example.conf to neonserv.conf and
     edit that.
     edit that.
+$ php language.php    (optional) 
 $ ./neonserv
 
 Compiling:
 $ ./neonserv
 
 Compiling:
@@ -50,14 +51,17 @@ Compiling:
   6) You may now either type "make install" to install it to your
      installation path, or work from your build directory, either is fine.
 
   6) You may now either type "make install" to install it to your
      installation path, or work from your build directory, either is fine.
 
-  7) Copy neonserv.example.ini to neonserv.ini and edit the mysql information.
+  7) Copy neonserv.example.conf to neonserv.conf and edit the mysql information.
 
  10) Once you have NeonServ for the first time, it will create the neccesary
      tables in your database. Take a look into `bots` to edit Bot settings like
      nick and server (You need to restart the bot to apply these settings). 
      You also need to add youself into the `users` table with 1000 access. 
 
 
  10) Once you have NeonServ for the first time, it will create the neccesary
      tables in your database. Take a look into `bots` to edit Bot settings like
      nick and server (You need to restart the bot to apply these settings). 
      You also need to add youself into the `users` table with 1000 access. 
 
- 11) You can now register a channel via the bots query ;)
+ 11) To get the actual language pack (including help strings) run the included 
+     language.php  (and rehash the bot's language cache with `reloadlang <tag>`)
+
+ 12) You can now register a channel via the bots query ;)
 
 End of file, INSTALL.
 
 
 End of file, INSTALL.