]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove the KiwiIRC.com example config file.
authorSadie Powell <sadie@witchery.services>
Thu, 30 Jul 2020 13:16:19 +0000 (14:16 +0100)
committerSadie Powell <sadie@witchery.services>
Thu, 30 Jul 2020 13:16:19 +0000 (14:16 +0100)
Requested by @prawnsalad. These IP addresses are only a small part
of a larger pool and may change without notice.

docs/conf/inspircd.conf.example
docs/conf/providers/kiwiirc-com.conf.example [deleted file]

index 73a188a4f5a6e33038113cfec5144fe66f2f94be..d678b5be3162e732944157e5d2e0661328c71184 100644 (file)
 # To enable IRCCloud on your network uncomment this:
 #<include file="examples/providers/irccloud.conf.example">
 
-# To enable KiwiIRC.com on your network uncomment this:
-#<include file="examples/providers/kiwiirc-com.conf.example">
-
 # A connect class with <connect:deny> set denies connections from the specified host/IP range.
 <connect
          # deny: Will not let people connect if they have specified host/IP.
diff --git a/docs/conf/providers/kiwiirc-com.conf.example b/docs/conf/providers/kiwiirc-com.conf.example
deleted file mode 100644 (file)
index e923e99..0000000
+++ /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">