modules: port rmode (bulk-remove channel list-mode entries)
This commit is contained in:
parent
3186af07e8
commit
e7976a76d3
2 changed files with 107 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ pub mod reputation;
|
|||
pub mod restrictchans;
|
||||
pub mod restrictcommands;
|
||||
pub mod restrictmsg;
|
||||
pub mod rmode;
|
||||
pub mod rpc;
|
||||
pub mod securelist;
|
||||
pub mod securitygroups;
|
||||
|
|
@ -109,5 +110,6 @@ pub fn module_commands() -> Vec<Box<dyn Command>> {
|
|||
.chain(filehost::commands())
|
||||
.chain(extended_isupport::commands())
|
||||
.chain(tline::commands())
|
||||
.chain(rmode::commands())
|
||||
.collect()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue