Welcome Message - Limit?

Started by ArtOfWarGaming, February 05, 2017, 07:46:14 PM

Previous topic - Next topic

ArtOfWarGaming

Hi,
I'm searching for a way to limit the number of times the welcome message goes to a group. I have a registered group and I only want the welcome message to send to them every 10th connection. I'm not sure how to accomplish this with the interface. Do I place 10 in the field?

Thanks for the help.

Stefan1200

Exactly this case is not easily possible. Taken from the manual:
QuoteA comma separated list (without spaces) of the total connection count (it's the same value as %CLIENT_TOTALCONNECTIONS% at the welcome message), when this message should be send to the client. Set this to -1 to show it every time. Ranges like 1-100, -20 (means 20 or less) or 100- (means 100 or more) are also possible.

Beals

Quote from: Stefan1200 on February 05, 2017, 08:31:43 PM
Exactly this case is not easily possible. Taken from the manual:
QuoteA comma separated list (without spaces) of the total connection count (it's the same value as %CLIENT_TOTALCONNECTIONS% at the welcome message), when this message should be send to the client. Set this to -1 to show it every time. Ranges like 1-100, -20 (means 20 or less) or 100- (means 100 or more) are also possible.

I to am lost on this can somen be added to show only every 10 joins or somen ?

Stefan1200

Quote from: Beals on February 17, 2017, 07:21:26 AM
I to am lost on this can somen be added to show only every 10 joins or somen ?

Example:
1,11,21,31,41,51,61,71,81,91,101,111,121,131,141,151,161,171,181,191,201,211,221
Just continue this line.

Problem: The character count is not endless, which means after 2048 characters the web interface will not save more numbers. But you would have the most clients. The config file may save more characters, but this was never tested!