From 57d35aba07d220561781c8d2eddd57d51fdf3ec1 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 28 Jan 2015 18:50:03 +0000 Subject: [PATCH] - reference.conf: added connregex for InspIRCd provided by Attila git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5437 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/reference.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/reference.conf b/doc/reference.conf index 6d0ef3a..4d1797c 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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. -- 2.30.2