summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-12-01 20:14:52 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-12-01 20:14:52 +0000
commit7cf886f8f8cf7b7d5d6dd780a8b2b3dcbd3844b6 (patch)
treeed74c2228590ea48ff74ef54e31d120d79ac14b1
parenta23a840749db9646884907ae28588b1962dc2449 (diff)
Remove flood/threshold from example config.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10840 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--conf/inspircd.conf.example8
1 files changed, 0 insertions, 8 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example
index 4063836fa..cdd247b21 100644
--- a/conf/inspircd.conf.example
+++ b/conf/inspircd.conf.example
@@ -204,14 +204,6 @@
# 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"