]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/modules.conf.example
m_cap Add Capability::GetCapValue(), list capabilities with values
[user/henk/code/inspircd.git] / docs / conf / modules.conf.example
index e4590ca96f538642255e50177819cc4313ee7691..055bdc0b4f1de3efd24c463df8d0105a7492078b 100644 (file)
 #
 #-#-#-#-#-#-#-#-#-#-#-  BLOCKCAPS CONFIGURATION  -#-#-#-#-#-#-#-#-#-#-#
 #                                                                     #
-# percent        - How many percent of text must be caps before text  #
-#                  will be blocked.                                   #
+# percent        - What percentage of the text must be caps before    #
+#                  text will be blocked.                              #
 #                                                                     #
 # minlen         - The minimum length a line must be for the block    #
 #                  percent to have any effect.                        #
 #<remove supportnokicks="true" protectedrank="50000">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# A module to block, kick or ban upon similiar messages being uttered several times.
+# A module to block, kick or ban upon similar messages being uttered several times.
 # Syntax [~*][lines]:[sec]{[:difference]}{[:matchlines]}
 # ~ is to block, * is to ban, default is kick.
 # lines - In mode 1 the amount of lines that has to match consecutively - In mode 2 the size of the backlog to keep for matching
 #           By default same as the command name.                      #
 # method  - How should the file be shown?                             #
 #           * numeric: Send contents using a numeric                  #
-#             (similiar to /MOTD; the default).                       #
+#             (similar to /MOTD; the default).                        #
 #           * notice:  Send contents as a series of notices.          #
 #           * msg:     Send contents as a series of private messages. #
 # colors  - If true, color codes (\c, \b, \u, etc.) will be processed #