]> jfr.im git - irc/inspircd/inspircd-testnet.git/commitdiff
Tweak the connect classes to spam opers a bit less.
authorSadie Powell <redacted>
Thu, 3 Aug 2023 18:50:07 +0000 (19:50 +0100)
committerSadie Powell <redacted>
Thu, 3 Aug 2023 18:51:38 +0000 (19:51 +0100)
common/general.conf

index aff7749cd2e5e9e015e95385eed3d239f16af841..2021e3b0e6eb15c2db7c6b49bc919182cec5a257 100644 (file)
@@ -1,11 +1,15 @@
-<connect allow="*"
-         registered="no"
-         port="6667,8067">
+<connect name="Plaintext (connecting)"
+         allow="*"
+         connected="no"
+         maxconnwarn="no"
+         port="6667,8067"
+         parent="main">
 
-<connect deny="*"
-         registered="yes"
+<connect name="Plaintext (connected)"
+         deny="*"
+         connected="yes"
          port="6667,8067"
-         reason="Plain text connections are not allowed on this server. Please reconnect to testnet.inspircd.org/+6697 using TLS.">
+         reason="Plaintext connections are not allowed on this server. Please reconnect to testnet.inspircd.org/+6697 using TLS.">
 
 <connect name="IRCCloud"
          parent="main"