]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
Updated Ultimate IRCD connregex example that actually works, thanks to
authorandy <redacted>
Thu, 30 Jan 2003 02:04:58 +0000 (02:04 +0000)
committerandy <redacted>
Thu, 30 Jan 2003 02:04:58 +0000 (02:04 +0000)
"Baltazar" <baltazar.pinto AT mail.telepac.pt>

bopm.conf.sample

index 8730b70d0cf645206d3481a2e95305336de95369..2fd5071298635c1cb22c0e932f29165d1887317f 100644 (file)
@@ -191,8 +191,13 @@ IRC {
         /* Hybrid / Bahamut / Unreal (in HCN mode) */
        connregex = "\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
 
-         /* Ultimate ircd */
-#       connregex = "\\*\\*\\* Global-Connect/Exit -- from [^:]+: Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
+         /*
+         * Ultimate ircd  - note the control-B characters around Connect/Exit,
+         * that is because that text appears in bold in the actual connect
+         * notice.  Be very careful when editing this, do it as you would put
+         * bold characters into IRC MOTDs.
+          */
+#        connregex = "\\*\\*\\* \ 2Connect/Exit\ 2 -- from [^:]+: Client connecting on port [0-9]+: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
 
 
        /*