From 7b3105e5d4ea1877f8c30daaf069839ea890752d Mon Sep 17 00:00:00 2001 From: w00t Date: Wed, 24 Oct 2007 22:52:51 +0000 Subject: Implement - limits how many clients can sit inside a tag. Brain, we have a problem here in that if we User::QuitUser() a user with a NULL MyClass member (connect class), then things break (like sendq et al). What should we do with this, create a generic catchall class or something just in case? (to replicate, set up a single connect class with a low limit, and connect too many clients. Crash is the result) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8357 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/inspircd.conf.example') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index e37c07b8a..52159a404 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -211,7 +211,7 @@ # # # Syntax is as follows: # # # -# tag by specifying the maximum in the limit # +# parameter. If set to 0, there is no limit, which is the default. # +# # # You should also include a flood="x" line which indicates # # the number of lines a user may place into their buffer at once # # before they are disconnected for excess flood. This feature can # -- cgit v1.2.3