securitygroups: UnrealIRCd-style groups + g: extban + SECURITYGROUPS + WHOIS
This commit is contained in:
parent
97a35338fa
commit
64dcbd8bf4
9 changed files with 249 additions and 6 deletions
|
|
@ -13,6 +13,7 @@ pub mod markread;
|
|||
pub mod metadata;
|
||||
pub mod multiline;
|
||||
pub mod reputation;
|
||||
pub mod securitygroups;
|
||||
pub mod snoop;
|
||||
|
||||
use crate::command::Command;
|
||||
|
|
@ -43,5 +44,6 @@ pub fn module_commands() -> Vec<Box<dyn Command>> {
|
|||
.chain(multiline::commands())
|
||||
.chain(chathistory::commands())
|
||||
.chain(reputation::commands())
|
||||
.chain(securitygroups::commands())
|
||||
.collect()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue