Re: BOPM 3.1.2 and bahamut1.8.3 - Not registering any connections

Andryan <[email protected]> Tue, 1 Nov 2005 18:26:24 +1100
Newsgroups gmane.network.irc.bopm
Message-ID <[email protected]>
On 11/1/05, Avi N <[email protected]> wrote:
> I have tried the following 3 regexp patterns, none of them have
> registered any connections with BOPM.
>
> "\\*\\*\\* Client -- Client connecting: ([^ ]+)
> \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
> "\\*\\*\\* Client -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\)";
> "\\*\\*\\* Client -- Client connecting: (\\w+) \\((.+)@(.+)\\)
> \\[(\\d+\\.\\d+\\.\\d+\\.\\d+\\)]";
>
>
> [Nov 01 06:56:59 2005] IRC READ -> :fire.hub.firehose.us NOTICE
> firemon :*** Client -- Client connecting: avin456
> ([email protected]) [192.168.1.1] {users}
> [Nov 01 06:57:13 2005] IRC READ -> :fire.hub.firehose.us NOTICE
> firemon :*** Client -- Client exiting: avin456
> ([email protected]) [Client Quit] [192.168.1.1]
>
>
> Has anyone had a similiar situation, or does anyone see where I might
> be making a mistake?

"\\*\\*\\* Client -- Client connecting: ([^ ]+)
\\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";