autoop: +w <prefix>:<mask> channel list mode grants status on join
This commit is contained in:
parent
87e3d5436d
commit
9d84a66437
8 changed files with 70 additions and 3 deletions
|
|
@ -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),
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue