View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002380 | unreal | ircd | public | 2005-03-01 09:06 | 2005-03-01 16:18 |
| Reporter | arbiter | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Summary | 0002380: enhancing channelmode f | ||||
| Description | I like the idea about /mode #channel j joins:secs , it throttles users (prohibit them from joining) after exceeding maxjoins per seconds in channel. can't we do such a thing for built-in flood protection (channel mode f)? it would be nicer to stop flood by prohabiting than kick/ban or changing channel mode. is it possible to add another option in +f to mute a user on join for some seconds , most of floods starts imidiatly after joining , making joinmute will give ops enough chance to stopt it before sending huge texts. and in current f , seconds are constant , we must choose a time for all flood protections. | ||||
| 3rd party modules | |||||
|
|
I'm afraid neither of what you requested will be done. I also explicitly chose not to throttle stuff (like messages), but set an explicit +m/+M because that makes it clear that nobody can speak (and for msgs we got #t of course). > is it possible to add another option in +f to mute a user on join for some seconds That seems really annoying. But if you really want it, you can easily just setup a bot with a delayed autovoicer and set the chan +m :P. |