diff options
author | Peter Powell <petpow@saberuk.com> | 2018-04-06 17:53:14 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-04-06 18:05:15 +0100 |
commit | d04db003df83ddfdc2b5b9ae0e360335d88ae769 (patch) | |
tree | f1ddd01cbfbb5690b710ec6f67164dcbfe4f5acf /docs/conf | |
parent | 9ea8191a050aa2262289a11edde115de1bcb0d71 (diff) |
Implement support for banning users from channels by country code.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ # # <connect deny="*" geoip="TR,RU"> # +# If enabled you can also ban people from channnels by country code +# using the G: extban (e.g. /mode #channel +b G:US). +# <geoip extban="yes"> +# # 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 |