pirc-pl / unrealircd-modules

8 stars 2 forks source link

Ban a country in a channel #2

Closed amoutai closed 4 years ago

amoutai commented 5 years ago

Hi k4be,

With this module : https://forums.unrealircd.org/viewtopic.php?f=52&p=39016&sid=2c5498038af39b897f18c18cbbe71340#p39016

can you create a mode to ban a country in a channel? +Q "Country" example: /mode #channel +Q Maroc

Thanks :)

TehPeGaSuS commented 5 years ago

This can be something that can lead later to use that as a network banning module, kinda of what's used here.

Probably a way ti make them interact?

Cheers

k4bek4be commented 5 years ago

I'm waiting for geoip API to appear in unrealircd, to avoid loading my whois module (that is resource intensive) on every server. (I may create one myself if this is getting too long). This is also valid for the other request (https://github.com/pirc-pl/unrealircd-modules/issues/3).

k4bek4be commented 4 years ago

Done in f93823bb412cfb7cc62c722095c9b71ce4d91446