relaymsg: RELAYMSG + draft/relaymsg cap for bridge-style spoofed-nick channel messages
This commit is contained in:
parent
71d6e7441b
commit
0d5717c585
5 changed files with 112 additions and 0 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue