git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5438
82007160-df01-0410-b94d-
b575c5fd34c7
* 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.