View Issue Details

IDProjectCategoryView StatusLast Update
0004999unrealircdpublic2021-12-31 15:23
ReporterGHF Assigned Tosyzop  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionno change required 
Fixed in Version5.0.0 
Summary0004999: Deny channel for Guest* nicknames
Descriptiondeny channel {
    channel "#main";
    reason Change or register your nickname to join #main;
    redirect "#chat"; // optional
        mask "<nickname/ip/hostmask>"; // optional
    warn [on|off]; // optional
};
Additional InformationI would like to block Guest* nicknames to join the #main channel, and setting ban will send message that they are banned, but cant see the real reason.
TagsNo tags attached.
3rd party modules

Activities

syzop

2021-12-31 15:23

administrator   ~0022348

It's not entirely what you ask, but this can now be done with bans since 5.0.0, and I think that is good enough:
MODE #main +b ~f:#chat:Guest*!*@*

Issue History

Date Modified Username Field Change
2017-09-06 09:47 GHF New Issue
2021-12-31 15:23 syzop Assigned To => syzop
2021-12-31 15:23 syzop Status new => closed
2021-12-31 15:23 syzop Resolution open => no change required
2021-12-31 15:23 syzop Fixed in Version => 5.0.0
2021-12-31 15:23 syzop Note Added: 0022348