When I was setting up BOPM on our network that there really wasn't any regex out there for both remote and local connection notices. So I made one:
[CODE]
connregex = "\\*\\*\\* (REMOTECONNECT\\: Client connecting at [A-Za-z0-9_\.-]+|CONNECT\\: Client connecting on port [0-9]+): ([^ ]+)!([^@]+)@([^\\)]+) \\[([0-9\\.]+)\\] \\[.*\\]";
[/CODE]
I hope someone else finds this useful and it saves them time, because there's literally no documentation or help available for BOPM. There is a bit of documentation regarding it on the InspIRCd wiki, but it only discusses local connections and does not include an example for remote connections as well.
Keep in mind you need "+s +cC" set for your bot, both in usermode in the InspIRCd configuration and also the bot's own configuration.