- reference.conf: added an updated 'connregex' for ngIRCd
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 6 May 2015 16:31:50 +0000 (16:31 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 6 May 2015 16:31:50 +0000 (16:31 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5922 82007160-df01-0410-b94d-b575c5fd34c7

doc/reference.conf

index 23d43d7aa0f728e2793046b710e24f4a9758cebe..7e6b5cd6a2a2a5b891ff85e5b6ce6fdd109c66b6 100644 (file)
@@ -199,12 +199,15 @@ irc {
         * below that best matches the type of ircd you use.
         */
 
-       /* bahamut / charybdis / ircd-hybrid / ircd-ratbox / ircu / ngIRCd / UnrealIRCd (in HCN mode) */
+       /* bahamut / charybdis / ircd-hybrid / ircd-ratbox / ircu / UnrealIRCd (in HCN mode) */
        connregex = "\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
 
        /* InspIRCd */
 #      connregex = "\\*\\*\\* .*CONNECT: Client connecting.*: ([^ ]+)!([^@]+)@([^\\)]+) \\(([0-9\\.]+)\\) \\[.*\\]";
 
+       /* ngIRCd */
+#      connregex = "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.