]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add <connect:maxconnwarn>
authorRutger <djslash+github@djslash.org>
Sun, 1 Apr 2012 19:11:25 +0000 (21:11 +0200)
committerRutger <djslash+github@djslash.org>
Sun, 1 Apr 2012 19:11:25 +0000 (21:11 +0200)
commit10e0af3831cf29399541d4e2f6f2d6adfb7672bb
tree53437dad2cfc24964d4b25db74f1b280c4b1c2a3
parente73e4be15485f545ff485d3d372b513dd28bf759
Add <connect:maxconnwarn>

Created the maxconnwarn variable in the connect block, so you can make
connect blocks that only warns about max connections if you want to.
This reduces noise from connecting clients that have low maxlocal and/or
maxglobal. It is enabled by default.
docs/inspircd.conf.example
include/users.h
src/configreader.cpp
src/users.cpp