View Issue Details

IDProjectCategoryView StatusLast Update
0003922unrealircdpublic2015-08-08 16:43
Reporterwarg Assigned Tosyzop  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionno change required 
Summary0003922: badwords exemption
DescriptionThe ability to exempt groups of people from the badwords filter would be neat.
Additional Information# example:

set {
    # exempts +%@&~ from badwords
    badwords-exempt "+";

    # exempts %@&~ from badwords
    badwords-exempt "%";

    # exempts @&~ from badwords
    badwords-exempt "@";

    # exempts &~ from badwords
    badwords-exempt "&";

    # exempts ~ from badwords
    badwords-exempt "~";
};
3rd party modules

Activities

ohnobinki

2010-08-26 04:36

reporter   ~0016314

What's the point of having badwords enabled at all if channel ops are going to break them?

warg

2010-08-27 06:22

reporter   ~0016320

last i checked it wasn't up to us to decide what the point of anything is :P but i agree, but i still think the feature would be useful in special cases, and if for specific channels, not server-wide.

syzop

2015-08-08 16:42

administrator   ~0018616

I don't think we should do this, for similar reasons as binki.

Issue History

Date Modified Username Field Change
2010-07-12 10:51 warg New Issue
2010-08-26 04:36 ohnobinki Note Added: 0016314
2010-08-27 06:22 warg Note Added: 0016320
2015-08-08 16:42 syzop Note Added: 0018616
2015-08-08 16:42 syzop Status new => closed
2015-08-08 16:43 syzop Assigned To => syzop
2015-08-08 16:43 syzop Resolution open => no change required