Hi.
Is it possible to add a module to Botserv that handles the mode +l like some eggdrops handle it?
Or do the Services handle it in another way.
Its a security-issue I would like to exclude:
The eggdrops do often set mode +l xx (xx stands for a number of max users
) automaically to avoid multiple chan-joins.
So "bs_automodel" should work like this:
you can set: the maximum difference to users in a channel. --> so you can set if 50 users in the chan, that mode -l gets set to 52 or 53 ...
And the delay between this values in seconds... so if 50 users in a channel and one user joins, the mode +l 52 will change to mode+l 53 after 30 seconds the user joined...
And this module should notice netsplits...
Also it should notice if an oper joins per sajoin or in another way if an oper sets another +l manually, bs should stop processing I think
OR lets talk about the sense of such a module... what you want