solvemsg: arithmetic challenge before an un-vouched user's PMs deliver (anti-spam)

This commit is contained in:
Jean Chevronnet 2026-08-09 23:11:57 +00:00
parent 0bf6992d8a
commit 349200d695
3 changed files with 116 additions and 0 deletions

View file

@ -51,6 +51,7 @@ pub mod securelist;
pub mod securitygroups;
pub mod serverban;
pub mod showfile;
pub mod solvemsg;
pub mod snoop;
pub mod tline;
pub mod whoisport;
@ -86,6 +87,7 @@ pub fn default_modules() -> Vec<Box<dyn Module>> {
Box::new(disable::Disable),
Box::new(maphide::MapHide),
Box::new(dccallow::DccAllow),
Box::new(solvemsg::SolveMsg),
]
}