diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-12 03:59:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-12 03:59:14 +0000 |
commit | 2805c5c3ab54a03864f03216f175bbf224c327b9 (patch) | |
tree | 1bdd279516a87c062dc586bc5d4e53b93e6633d1 | |
parent | 9303e7eb5180da4d87a999ac90d4f723ebbeca79 (diff) |
Config file example is wrong
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3169 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index b0f0f838f..39f77b0bd 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -191,7 +191,7 @@ # that of the user... Just to clear up any confusion or complaints # # that these are backwards :p # # # -# The maxlocal and maxglobal values can be used to enforce local # +# The localmax and globalmax values can be used to enforce local # # and global session limits on connections. The session limits are # # counted against all users, but applied only to users within the # # class. For example, if you had a class 'A' which has a session # @@ -203,7 +203,7 @@ # # <connect allow="196.12.*" password="secret"> -<connect allow="*" timeout="60" flood="10" threshold="60" pingfreq="120" sendq="262144" recvq="4096" maxlocal="3" maxglobal="3"> +<connect allow="*" timeout="60" flood="10" threshold="60" pingfreq="120" sendq="262144" recvq="4096" localmax="3" globalmax="3"> <connect deny="69.254.*"> |