]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Added windows comments to module section. Added m_denychans. -katsklaw
authorkatsklaw <katsklaw@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 27 May 2005 20:10:44 +0000 (20:10 +0000)
committerkatsklaw <katsklaw@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 27 May 2005 20:10:44 +0000 (20:10 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1538 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index ce903240cd1fac16816fc9f93032088d5131e578..93696e57be2e09d1f038cd7588620e86d82663bb 100644 (file)
@@ -11,7 +11,7 @@
 #         This is an example of the config file for InspIRCd.          #
 #             Change the options to suit your network                  #
 #                                                                     #
-#                 Last updated on : 05/24/2005                         #
+#                 Last updated on : 05/27/2005                         #
 #                 Written by      : CC  (cc@backchat.co.za)            #
 #                 Updated by      : katsklaw (katsklaw@gmail.com)      #
 ########################################################################
@@ -44,9 +44,9 @@
 #              email="email@address.com">                            #
 #                                                                    #
 
-<admin  name="Johnny Casino"
-        nick="CC"
-        email="cc@monkeynut.co.za">
+<admin  name="Johnny English"
+        nick="MI5"
+        email="MI5@the.best.secret.agent">
 
 
 #-#-#-#-#-#-#-#-#-#-#-#-   PORT CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-
 #                                                                     #
 
 <connect allow="196.12.*"  password="secret">
-<connect allow="*" timeout="60" flood="10" timeout="60" pingfreq="120" sendq="262144" recvq="4096">
+<connect allow="*" timeout="60" flood="10" threshold="60" pingfreq="120" sendq="262144" recvq="4096">
 
 <connect deny="69.254.*">
 
 #  classes    - specified above, used for flexibility for the         #
 #               server admin to decide on which operators get         #
 #              what commands                                         #
-#  host              - hostmask operators will recieve on oper-up            #
-#                                                                    #
+#  host              - hostmask operators will recieve on oper-up.           #
+#(optional)                                                          #
+#                                                                     #
 #  Syntax is as follows:                                             #
 #      <type name="name" classes="class name" host="oper hostmask">  #
 #                                                                    #
 #                                                                    #
 #  name      - oper name, best to use lower-case                     #
 #  password  - password to oper-up,                                  #
-#              encryption not yet available                          #
+#              encryption not supported by inspircd. However, there   #
+#              are modules that allow for oper password encryption.   #                      
+#                                                                     #
 #  host      - host of client allowed to oper-up, more hostmasks      #
 #              seperated by spaces, wildcards accepted               #
 #  type      - specified above, defines the kind of operator         #
 #             type="oper type">                                              #
 #                                                                    #
 
-<oper   name="cc"
+<oper   name="katsklaw"
        password="s3cret"
         host="*@*"
         type="NetAdmin">
 <uline server="services.antarctic.com">
 
 
-
 #-#-#-#-#-#-#-#-#-#-  MISCELLANEOUS CONFIGURATION  -#-#-#-#-#-#-#-#-#-#
 #                                                                    #
 #   These options let you define the path to your motd and rules      #
 #   files.                                                           #
 #                                                                    #
 
-<files  motd="/home/cc/inspircd-1.0/conf/inspire.motd"
-       rules="/home/cc/inspircd-1.0/conf/inspire.rules">
+<files  motd="/home/cc/inspircd/conf/inspire.motd"
+       rules="/home/cc/inspircd/conf/inspire.rules">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-# DNS SERVER -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 #                                                                     #
 # Restricted channels module: Allows only opers to create channels
 #<module name="m_restrictchans.so">
 
+#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+# Deny Channels: Deny Channels from being used by users
+#<module name="m_denychans.so"> 
+
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Services support module: Adds several usermodes such as +R and +M
 #<module name="m_services.so">
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Oper levels module: Gives each oper a level and prevents
 # actions being taken against higher level opers
+#<module name="m_operlevels.so">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-#<module name="m_operlevels.so">
 # Remove module: Adds the /REMOVE command which is a peaceful
 # alternative to /KICK
 #<module name="m_remove.so">