]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - conf/inspircd.conf.example
Fix old typo.
[user/henk/code/inspircd.git] / conf / inspircd.conf.example
index 4063836fa7600ae11254e4fa6bc3cdf9390dadc9..33083d541325dfdac572b6442491f135b8341819 100644 (file)
          # send /nick, /user or /pass)
          timeout="60"
 
-         # flood: After x lines (flood) in x seconds (see threshold)
-         # the user is disconnected for flooding.
-         flood="20"
-
-         # threshold: In how many seconds can a user flood x lines (see flood)
-         # before they are disconnected for excess flood.
-         threshold="1"
-
          # pingfreq: How often the server tries to ping connecting clients/servers.
          pingfreq="120"
 
              softlimit="12800"
 
              # quietbursts: When syncing or splitting from a network, a server
-             # can generate a lof ot connect and quit messages to opers with
+             # can generate a lot of connect and quit messages to opers with
              # +C and +Q snomasks. Setting this to yes squelches those messages,
              # which makes it easier for opers, but degrades the functionality of
              # bots like BOPM during netsplits.