View Issue Details

IDProjectCategoryView StatusLast Update
0006381unrealircdpublic2024-01-21 19:32
ReporterPeGaSuS Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformLinuxOSUbuntuOS Version22.04
Product Version6.1.4 
Summary0006381: The `tld::channel` option prevents users from being joined to the `set name-of-security-group::auto-join` channel(s)
DescriptionCurrently, the `tld::channel` joins the user to the specified channel(s) but stops the user user from being joined to channel(s) specified on `set name-of-security-group::auto-join`.

It'd be nice if `set name-of-security-group::auto-join` could also override the `tld::channel` option or to join the user to the channel(s) specified on `set name-of-security-group::auto-join` option along with the channel specified on the `tld::channel` option.
Steps To ReproduceExample config:

tld {
    mask {
        country "RO";
    }
    channel "#RO";
}

security-group testuser {
    account { <account name>; }
}

set testuser {
    autojoin "#testchannel";
}
TagsNo tags attached.
3rd party modules

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-01-21 19:32 PeGaSuS New Issue