relaymsg: RELAYMSG + draft/relaymsg cap for bridge-style spoofed-nick channel messages

This commit is contained in:
Jean Chevronnet 2026-08-10 09:06:30 +00:00
parent 71d6e7441b
commit 0d5717c585
5 changed files with 112 additions and 0 deletions

View file

@ -47,6 +47,7 @@ pub mod profilelink;
pub mod randquote;
pub mod realnameban;
pub mod recaptcha;
pub mod relaymsg;
pub mod reputation;
pub mod restrictchans;
pub mod restrictcommands;
@ -131,5 +132,6 @@ pub fn module_commands() -> Vec<Box<dyn Command>> {
.chain(dccallow::commands())
.chain(geoip::commands())
.chain(globops::commands())
.chain(relaymsg::commands())
.collect()
}