View Issue Details

IDProjectCategoryView StatusLast Update
0006474unrealircdpublic2024-10-10 09:35
ReporterPeGaSuS Assigned To 
PrioritynoneSeverityfeatureReproducibilityN/A
Status newResolutionopen 
PlatformLinuxOSUbuntuOS Version22.04
Summary0006474: Support for "is_shunned()" in crules
DescriptionIt'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
TagsNo tags attached.
3rd party modules

Activities

BlackBishop

2024-10-10 09:35

reporter   ~0023386

Or `rule "!is_shunned()"` to be more in line with the rule block everywhere.

Issue History

Date Modified Username Field Change
2024-10-10 01:03 PeGaSuS New Issue
2024-10-10 09:35 BlackBishop Note Added: 0023386