View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0006381 | unreal | ircd | public | 2024-01-21 19:32 | 2024-01-21 19:32 | 
| Reporter | PeGaSuS | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | new | Resolution | open | ||
| Platform | Linux | OS | Ubuntu | OS Version | 22.04 | 
| Product Version | 6.1.4 | ||||
| Summary | 0006381: The `tld::channel` option prevents users from being joined to the `set name-of-security-group::auto-join` channel(s) | ||||
| Description | Currently, 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 Reproduce | Example config: 
tld {
    mask {
        country "RO";
    }
    channel "#RO";
}
security-group testuser {
    account { <account name>; }
}
set testuser {
    autojoin "#testchannel";
}
 | ||||
| Tags | No tags attached. | ||||
| 3rd party modules | |||||
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2024-01-21 19:32 | PeGaSuS | New Issue | 
