diff options
author | lethality <lethality@anope.org> | 2010-08-10 23:13:27 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2010-08-10 23:13:27 +0100 |
commit | b7c6f8ec7f8a8a79f0e4c4717d2995e73e028503 (patch) | |
tree | b33ae6098f28d6aac4ad71f539a47e244bf19941 /data | |
parent | 94f7962e1abc12db7dd4adabcd35c067ad17889e (diff) |
Removed Example.confs DefSessionLimit's reference to accepting 0, it doesn't.
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf index 4f42151fd..5e0bb1b50 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1294,8 +1294,7 @@ LimitSessions # DefSessionLimit <limit> [REQUIRED] # Default session limit per host. Once a host reaches it's session limit, -# all clients attempting to connect from that host will be killed. A value -# of zero means an unlimited session limit. +# all clients attempting to connect from that host will be killed. DefSessionLimit 3 |