summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobin Burchell <viroteck@viroteck.net>2012-04-09 06:38:53 -0700
committerRobin Burchell <viroteck@viroteck.net>2012-04-09 06:38:53 -0700
commitc5e73ec35ea4a3376e67fb90714850db837d8ba2 (patch)
tree770d2b01fe1dd1821a29b5c749ae9c9e5289c703 /docs
parent88b1a5a17da363891f76df614218b35d63f23f6d (diff)
parent10e0af3831cf29399541d4e2f6f2d6adfb7672bb (diff)
Merge pull request #27 from DjSlash/maxconnwarn
Add <connect:maxconnwarn>
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index ffec002a2..322a6e820 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -268,6 +268,9 @@
# globalmax: Maximum global (network-wide) connections per IP (or CIDR mask, see below).
globalmax="3"
+ # maxconnwarn: Enable warnings when localmax or globalmax is hit (defaults to on)
+ maxconnwarn="off"
+
# useident: Defines if users in this class MUST respond to a ident query or not.
useident="no"