]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
Added ultimate ircd sample connregex
authorstrtok <redacted>
Sun, 29 Dec 2002 21:19:47 +0000 (21:19 +0000)
committerstrtok <redacted>
Sun, 29 Dec 2002 21:19:47 +0000 (21:19 +0000)
bopm.conf.sample

index b52932bfb9aee28312a8bdfa338d2e7cc7d85366..a5a5d837ec50d25838b68a66bc5c34f7b0b84275 100644 (file)
@@ -180,11 +180,20 @@ IRC {
          * it wrong are the bopm does not scan anyone.  Unless you know
          * absolutely what you are doing, please just uncomment the example
          * below that best matches the type of ircd you use.
+         *
+         * !!! NOTE !!! If a connregex for your ircd does not appear here and the
+         * hybrid connregex does not appear to work, check the BOPM FAQ at 
+         * http://blitzed.org/bopm/faq.phtml before contacting our lists for help.
+         *
          */
 
-       /* Hybrid / Bahamut / Unreal (in HCN mode) */
+        /* Hybrid / Bahamut / Unreal (in HCN mode) */
        connregex = "\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
 
+         /* Ultimate ircd */
+#       connregex = "\\*\\*\\* Global-Connect/Exit -- from [^:]+: 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.