- reference.conf: added connregex for InspIRCd provided by Attila
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 28 Jan 2015 18:50:03 +0000 (18:50 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 28 Jan 2015 18:50:03 +0000 (18:50 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5437 82007160-df01-0410-b94d-b575c5fd34c7

doc/reference.conf

index 6d0ef3a86109a3e97ffd7dc1e47f25cfde87bd23..4d1797c1cbd3ad4835e1b5422835b56428a8827f 100644 (file)
@@ -198,8 +198,13 @@ irc {
         * absolutely what you are doing, please just uncomment the example
         * below that best matches the type of ircd you use.
         */
+
+  /* ircd-hybrid */
        connregex = "\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
 
+  /* InspIRCd */
+# connregex = "\\*\\*\\* .*CONNECT: Client connecting.*: ([^ ]+)!([^@]+)@([^\\)]+) \\(([0-9\\.]+)\\) \\[.*\\]";
+
        /*
         * "kline" controls the command used when an open proxy is confirmed.
         * We suggest applying a temporary (no more than a few hours) KLINE on the host.