|
When creating a room via web-based administrator or from a client, a flooding filter can be optionally selected. If a flooding filter will be used, then the following parameters must be specified:
| • | Flooding filter name (string) – A unique name that identifies a previously created flooding filter. |
| • | Deliver on failure (boolean) – If true and a failure (flood) is detected, the message is delivered. If false, and a failure is detected, the message is suppressed. |
| • | Failures before kick (integer) – The total number of failures allowed by a user before that user is kicked. |
| • | Kicks before ban (integer) – The total number of times to kick a user before that user is banned. |
| • | Ban duration (integer) – The amount of time in seconds to ban the user. If set to -1, then the user is banned until a server reboot. |
| • | Reset after kick (boolean) – If set to true, then the user’s offenses are erased and reset after kicked, so the user would never get banned automatically. If set to false then number of times the user has been kicked is stored may eventually lead to a ban (depending on the ban settings). |
|