]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/inspircd.conf.example
Some AddMode fixes
[user/henk/code/inspircd.git] / docs / inspircd.conf.example
index 11e602a1b910d17773789714dd9af88f7b1f3340..e37c07b8a07d4534ada1da4e3a6d62b09626f07b 100644 (file)
 #   be copied from the parent.                                        #
 #                                                                     #
 #   If the value maxchans is included, this overrides all other max   #
-#   channels related settings, including the seperate oper maximum.   #
+#   channels related settings, including the separate oper maximum.   #
 #   You may set this to any (sane) value you wish and it applies to   #
 #   all users within this connect tag.                                #
 #                                                                     #
 #                plaintext password in this value.                    #
 #                                                                     #
 #  host        - hosts of client allowed to oper-up.                  #
-#                wildcards accepted, seperate multiple hosts with a   #
+#                wildcards accepted, separate multiple hosts with a   #
 #                space. You may also specify CIDR IP addresses.       #
 #                                                                     #
 #  fingerprint - when using the m_ssl_oper_cert.so module, you may    #
 #                 hosts are resolved on rehash, and cached, if you    #
 #                 specify a hostname; so if you find that your server #
 #                 is still trying to connect to an old IP after you   #
-#                 have updated your dns, try rehashing and then       #
+#                 have updated your DNS, try rehashing and then       #
 #                 attempting the connect again.                       #
 #                                                                     #
 # port        -   the TCP port for the remote server.                 #
 #                  actual server the user is on.                      #
 #                                                                     #
 #  flatlinks     - When you are using m_spanningtree.so, and this     #
-#                  value is set to true, yes or 1, /MAP and /LINKS    #
-#                  will be flattened when shown to a non-oper       #
+#                  value is set to yes, true or 1, /MAP and /LINKS    #
+#                  will be flattened when shown to a non-opers.       #
 #                                                                     #
 #  hideulines    - When you are using m_spanningtree.so, and this     #
-#                  value is set to true, yes or 1, then U-lined       #
-#                  servers will be hidden in /LINKS and /MAP. For non #
+#                  value is set to yes, true or 1, then U-lined       #
+#                  servers will be hidden in /LINKS and /MAP for non  #
 #                  opers. Please be aware that this will also hide    #
 #                  any leaf servers of a U-lined server, e.g. jupes.  #
 #                                                                     #
-#  nouserdns     - If set to 'yes', 'true' or '1', no user dns        #
-#                  lookups will be performed for connecting users.    #
-#                  this can save a lot of resources on very busy irc  #
-#                  servers.                                           #
+#  nouserdns     - If set to yes, true or 1, no user DNS lookups      #
+#                  will be performed for connecting users. This can   #
+#                  save a lot of resources on very busy IRC servers.  #
 #                                                                     #
-#  syntaxhints   - If set to 'yes', 'true' or '1', when a user does   #
-#                  not give enough parameters for a command, a syntax #
+#  syntaxhints   - If set to yes, true or 1, when a user does not     #
+#                  give enough parameters for a command, a syntax     #
 #                  hint will be given (using the RPL_TEXT numeric)    #
 #                  as well as the standard ERR_NEEDMOREPARAMS.        #
 #                                                                     #
-#  announcets    - If this value is defined to 'yes', 'true' or '1',  #
-#                  then if a channel's timestamp is updated the users #
-#                  on the channel will be informed of the change via  #
+#  announcets    - If this value is defined to yes, true or 1, then   #
+#                  a channel's timestamp is updated, the users on     #
+#                  the channel will be informed of the change via     #
 #                  a server notice to the channel with the old and    #
 #                  new TS values in the timestamp. If you think this  #
 #                  is just pointless noise, define the value to 0.    #
 #                                                                     #
 # announceinvites                                                     #
 #                - If this option is set, then invites are announced  #
-#                  to the channel when a user invites annother user.  #
+#                  to the channel when a user invites another user.   #
 #                  If you consider this to be unnecessary noise,      #
 #                  set this to 'none'. To announce to all ops, set    #
 #                  this to 'ops' and to announce to all users set the #
 #                  creation. Defaults to 'nt'. There should be no +   #
 #                  or - symbols in this sequence, if you add them     #
 #                  they will be ignored. You may add parameters for   #
-#                  parameterised modes.                               #
+#                  modes which take them.                             #
 #                                                                     #
 #  moronbanner   - The NOTICE to show to users who are glined, zlined #
 #                  klined or qlined when they are disconnected. This  #
         exemptchanops="">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#- TIME SYNC OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#
-# Time synchronisation options for m_spanningtree linking.             #
+# Time synchronisation options for m_spanningtree linking.            #
 #                                                                     #
 # Because IRC is very time and clock dependent, InspIRCd provides its #
-# own methods for synchronisation of time between servers as shown     #
+# own methods for synchronisation of time between servers as shown    #
 # in the example below, for servers that don't have ntpd running.     #
 #                                                                     #
 #  enable    -     If this value is 'yes', 'true', or '1', time       #
 #                    command "foo bar baz qux quz" then $3- will hold #
 #                    "baz qux quz" and $2 will contain "bar". You may #
 #                    also use the special variables: $nick, $ident,   #
-#                    $host and $vhost, and you may seperate multiple  #
+#                    $host and $vhost, and you may separate multiple  #
 #                    commands with \n. If you wish to use the ACTUAL  #
 #                    characters \ and n together in a line, you must  #
 #                    use the sequence "\\n".                          #