banredirect: +b mask$#chan bounces a banned user to another channel (loop-guarded)

This commit is contained in:
Jean Chevronnet 2026-08-09 23:17:32 +00:00
parent 349200d695
commit 1a53c5ae5a
4 changed files with 53 additions and 1 deletions

View file

@ -6,6 +6,7 @@
pub mod account_registration;
pub mod antimixedutf8;
pub mod antirandom;
pub mod banredirect;
pub mod blockamsg;
pub mod channames;
pub mod channelban;