View Issue Details

IDProjectCategoryView StatusLast Update
0006007unrealircdpublic2021-11-29 18:24
Reporterarmyn Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionno change required 
Product Version6.0.0-beta3 
Summary0006007: [Extended_Bans] Add a useful functionality on U6
DescriptionI don't know if it already exists but if it does then I don't know how to use it.

This is to combine the "~quiet" and also the "~account"

Here is an example that should be invented:

~account:0:~quiet: *!*-2z @ *

This will ban all unregistered people with an ident ending in -2z from speaking in the channel.


Is it feasible? !!

Or does it already exist? if yes then i don't know how to use it

TagsNo tags attached.
3rd party modules

Activities

GHF

2021-11-25 11:50

reporter   ~0022201

https://www.unrealircd.org/docs/Extended_Bans

extbans/quiet - People matching these bans can join but are unable to speak, unless they have +v or higher.

+b ~q:*!*-2z @*

will ban all unregistered people with an ident ending in -2z from speaking in the channel.

armyn

2021-11-25 12:05

reporter   ~0022202

"will ban all unregistered people with an ident ending in -2z from speaking in the channel."

Everyone, registered and unregistered

GHF

2021-11-25 12:10

reporter   ~0022203

I was too quick to press Add note on my previous reply
,
Setting the previous BAN with +e ~a:* to exempt ALL authenticated is not going to work the way you want, so ignore my reply and wait for the experts :)

PeGaSuS

2021-11-25 12:49

reporter   ~0022204

IMHO, I don't think that this option would be widely used.

So, this would only increase code complexity to be used by a very niche market.

If you want to prevent unregistered people from talking in a channel, set the channel +M.

k4be

2021-11-25 17:16

developer   ~0022205

In 5.x it is possible to use the ~I extban (third/unauthban module). It will likely be available for 6.x too.
+b ~I:~q:*!*-2z@*

armyn

2021-11-25 17:56

reporter   ~0022206

@k4be I will have to test this module

armyn

2021-11-25 20:28

reporter   ~0022207

@k4be I put this in place, it's perfect, it looks great. Thank you

syzop

2021-11-29 18:24

administrator   ~0022222

I don't think this feature is needed much and it complicates things (wow, pegasus thinks this too :D).

Good you are helped by k4be with his module! :)

Issue History

Date Modified Username Field Change
2021-11-25 08:36 armyn New Issue
2021-11-25 11:50 GHF Note Added: 0022201
2021-11-25 12:05 armyn Note Added: 0022202
2021-11-25 12:10 GHF Note Added: 0022203
2021-11-25 12:49 PeGaSuS Note Added: 0022204
2021-11-25 17:16 k4be Note Added: 0022205
2021-11-25 17:56 armyn Note Added: 0022206
2021-11-25 20:28 armyn Note Added: 0022207
2021-11-29 18:24 syzop Assigned To => syzop
2021-11-29 18:24 syzop Status new => closed
2021-11-29 18:24 syzop Resolution open => no change required
2021-11-29 18:24 syzop Note Added: 0022222