View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0006474 | unreal | ircd | public | 2024-10-10 01:03 | 2024-10-10 09:35 | 
| Reporter | PeGaSuS | Assigned To | |||
| Priority | none | Severity | feature | Reproducibility | N/A | 
| Status | new | Resolution | open | ||
| Platform | Linux | OS | Ubuntu | OS Version | 22.04 | 
| Summary | 0006474: Support for "is_shunned()" in crules | ||||
| Description | It's not the first time I see someone asking for actions related to when a user is shunned. Recently the user Shems wanted to prevent users that are shunned from being affected by the TLD block. If we had something like "is_shunned()", we could probably use something like: 
tld {
    mask {
        country CH;
        exclude-rule "is_shunned()";
    }
    motd "ircd.motd";
    rules "ircd.rules";
    channel "#Suis";
}
This could be useful for other things, but this is one example | ||||
| Tags | No tags attached. | ||||
| 3rd party modules | |||||
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2024-10-10 01:03 | PeGaSuS | New Issue | |
| 2024-10-10 09:35 | BlackBishop | Note Added: 0023386 | 
