geoip: native maxmind .mmdb reader, G: geoban extban, GEOIP command, whois country
This commit is contained in:
parent
aa384d56f2
commit
7a99f49ca4
7 changed files with 406 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ pub mod extjwt;
|
|||
pub mod filehost;
|
||||
pub mod filter;
|
||||
pub mod flood;
|
||||
pub mod geoip;
|
||||
pub mod hashident;
|
||||
pub mod hidewhois;
|
||||
pub mod irccloudtags;
|
||||
|
|
@ -113,5 +114,6 @@ pub fn module_commands() -> Vec<Box<dyn Command>> {
|
|||
.chain(tline::commands())
|
||||
.chain(rmode::commands())
|
||||
.chain(customtitle::commands())
|
||||
.chain(geoip::commands())
|
||||
.collect()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue