diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-07 19:21:52 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-07 19:21:52 +0000 |
commit | 9e014442c5890839adf5c412dc3934a0a35fbbfd (patch) | |
tree | 09a3ed084e12d9f4d8a09e48749b070fcba7da32 /docs/inspircd.conf.example | |
parent | 60ee65c5037c3431bc60f57edc55c236c1a66cda (diff) |
Fix syntax example
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4140 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 5cb79509f..357280ca3 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -159,7 +159,7 @@ # <connect allow="ip mask" timeout="blah" flood="5"> # # <connect allow="ip mask" threshold="8" pingfreq="120"> # # <connect allow="ip mask" sendq="99999" revcq="696969"> # -# <connect allow="ip mask" maxlocal="3" maxglobal="3"> # +# <connect allow="ip mask" localmax="3" globalmax="3"> # # <connect deny="ip mask"> # # # # You may optionally include timeout="x" on any allow line, which # |