BOPM connregex

These are old archives. They are kept for historic purposes only.
Post Reply
compengi
Posts: 4
Joined: Fri Nov 07, 2008 10:11 am

BOPM connregex

Post by compengi »

Does anyone know of a correct BOPM connregex for this unreal? since this one doesn't seem to work correctly.
connregex = "\\*\\*\\* Notice -- Client connecting.*: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: BOPM connregex

Post by zEkE »

I had similar problems when I configured BOPM to scan network-wide. This is what worked for me:

Code: Select all

connregex = "\\*\\*\\* Notice -- Client connecting[.A-Za-z0-9 ]*: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
Post Reply