diff options
author | Sadie Powell <sadie@witchery.services> | 2020-07-30 14:16:19 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-07-30 14:16:19 +0100 |
commit | 428eea648d7088999411762513e199d99a9e77fe (patch) | |
tree | 813ed755c1e909ef435a3375128024b2dc72256d /docs/conf/providers | |
parent | 2c9ebe040c113b3bb3717ab8c081c5dbcd3b8350 (diff) |
Remove the KiwiIRC.com example config file.
Requested by @prawnsalad. These IP addresses are only a small part
of a larger pool and may change without notice.
Diffstat (limited to 'docs/conf/providers')
-rw-r--r-- | docs/conf/providers/kiwiirc-com.conf.example | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/conf/providers/kiwiirc-com.conf.example b/docs/conf/providers/kiwiirc-com.conf.example deleted file mode 100644 index e923e9956..000000000 --- a/docs/conf/providers/kiwiirc-com.conf.example +++ /dev/null @@ -1,19 +0,0 @@ -# This file contains connect classes which are used by KiwiIRC.com users. -# See https://kiwiirc.com for more information on KiwiIRC.com. - -<connect name="KiwiIRC.com" - parent="main" - globalmax="100" - localmax="100" - registered="no" - resolvehostnames="no" - usednsbl="no" - useident="no"> - -<connect name="KiwiIRC.com-1" parent="KiwiIRC.com" allow="107.161.19.53"> -<connect name="KiwiIRC.com-2" parent="KiwiIRC.com" allow="107.161.19.109"> -<connect name="KiwiIRC.com-3" parent="KiwiIRC.com" allow="109.169.31.4"> - -<exception host="*@107.161.19.53" reason="KiwiIRC.com WebIRC Gateway"> -<exception host="*@107.161.19.109" reason="KiwiIRC.com WebIRC Gateway"> -<exception host="*@107.169.31.4" reason="KiwiIRC.com WebIRC Gateway"> |