]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/inspircd.conf.example
Added manpages
[user/henk/code/inspircd.git] / docs / inspircd.conf.example
index 3c99b8f6fc2f93cb4c952004cfe6117b8408d241..cccae5ed055b89ddbf30de4093b5b70f5fe9b3fd 100644 (file)
 #         This is an example of the config file for InspIRCd.          #
 #             Change the options to suit your network                  #
 #                                                                     #
-#                 Last updated on : 24/04/2004                         #
+#                 Last updated on : 01/05/2004                         #
 #                 Written by      : CC  (cc@backchat.co.za)            #
-#                 Updated by      : Brain (brain@inspircd.org)         #
-#                                                                     #
+#                 Updated by      : BlackDeathX (james@dreamirc.org)   #
 ########################################################################
 
 
 #                  log file. You may select from debug, verbose,      #
 #                  default, sparse and none.                          #
 #  allowhalfop   - allows the +h channel mode                        #
-#  allowprotect  - allows the +a channel mode                        #
-#  allowfounder  - allows the +q channel mode                        #
+#  noservices    - If noservices is true, yes, or 1, then the first   #
+#                  user into a channel gets founder status. This is   #
+#                  only useful on networks running the m_chanprotect  #
+#                  module without services.                           #
 #  netbuffersize - size of the buffer used to receive data from       #
 #                  clients. The ircd may only read() this amount      #
 #                 of text in one go at any time. (OPTIONAL)          #
         loglevel="default"
         netbuffersize="10240"
          maxwho="128"
-        allowhalfop="yes"
-        allowprotect="yes"
-        allowfounder="yes">
+        noservices="0">
+        allowhalfop="yes">
 
 
 
 
 <module name="m_foobar.so">
 
+#-#-#-#-#-#-#-#-#-#-#-  FILTER  CONFIGURATION  -#-#-#-#-#-#-#-#-#-#-#-#
+#                                                                     #
+# Optional - If you specify to use the m_filter.so module, then       #
+# specfiy below the path to the filter.conf file.                     #
+
+<filter file="/path/to/inspircd/filter.conf">
+
+
+#-#-#-#-#-#-#-#-#-#-#-#-  HELPOP  CONFIGURATION  -#-#-#-#-#-#-#-#-#-#-#
+#                                                                     #
+# Optional - If you specify to use the m_helpop.so module, then       #
+# specify below the path to the helpop.conf file.                     #
+
+<helpop file="/path/to/inspircd/helpop.conf">
+
+
+#-#-#-#-#-#-#-#-#-#-  RANDOMQUOTES CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#
+#                                                                     #
+# Optional - If you specify to use the m_randquotes.so module, then   #
+# specify below the path to the randquotes.conf file.                 #
+
+<randquote file="/path/to/inspircd/randquotes.conf">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-  BAN OPTIONS  -#-#-#-#-#-#-#-#-#-#-#-#-#-#
 #                                                                     #
 #                          www.inspircd.org                            #
 #                                                                      #
 #########################################################################
-