autoop: +w <prefix>:<mask> channel list mode grants status on join

This commit is contained in:
Jean Chevronnet 2026-08-10 08:18:07 +00:00
parent 87e3d5436d
commit 9d84a66437
8 changed files with 70 additions and 3 deletions

View file

@ -6,6 +6,7 @@
pub mod account_registration;
pub mod antimixedutf8;
pub mod antirandom;
pub mod autoop;
pub mod banredirect;
pub mod blockamsg;
pub mod channames;
@ -90,6 +91,7 @@ pub fn default_modules() -> Vec<Box<dyn Module>> {
Box::new(maphide::MapHide),
Box::new(dccallow::DccAllow),
Box::new(solvemsg::SolveMsg),
Box::new(autoop::AutoOp),
]
}