From d04db003df83ddfdc2b5b9ae0e360335d88ae769 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 6 Apr 2018 17:53:14 +0100 Subject: Implement support for banning users from channels by country code. --- docs/conf/modules.conf.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/conf/modules.conf.example') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index f8cb7ddfa..f46526dfc 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -833,6 +833,10 @@ # # # +# If enabled you can also ban people from channnels by country code +# using the G: extban (e.g. /mode #channel +b G:US). +# +# # The country code must be in capitals and should be an ISO country # code such as TR, GB, or US. Unknown IPs (localhost, LAN IPs, etc) # will be assigned the country code "UNK". Since connect classes are -- cgit v1.2.3