Re: BOPM not annoucing OPEN proxy and not killing.

Erik Fears <[email protected]> Thu, 15 Feb 2007 08:58:41 -0800
Newsgroups gmane.network.irc.bopm
Message-ID <[email protected]>
> Respectable BOPM Team!
> 
> Sir I am getting Problem, My bopm Bot is not doing anything, even not
> sending msg in #bopm channel. Plz Help me
> I am showing you some info
> I am using bahamut-1.8(04)
> 
> connregex = "\\*\\*\\* Notice -- Client connecting: ([^ ]+)
> \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
> 
> IRC READ -> :pakistan-monitor MODE pakistan-monitor :+owsgnh
> RC READ -> :pakistan.pak.us.mirczone.eu 381 pakistan-monitor :You are now an
> IRC Operator
> IRC READ -> :pakistan-monitor MODE pakistan-monitor :+c-h
> IRC READ -> :pakistan.pak.us.mirczone.eu 306 pakistan-monitor :You have been
> marked as being away
> IRC READ -> :[email protected] JOIN :#bopm
> IRC READ -> :pakistan.pak.us.mirczone.eu 353 pakistan-monitor @ #bopm
> :pakistan-monitor
> IRC READ -> :pakistan.pak.us.mirczone.eu 366 pakistan-monitor #bopm :End of
> /NAMES list.
> 
> pakistan-monitor is [email protected] * Open Proxy Monitor
> pakistan-monitor on #bopm
> pakistan-monitor using pakistan.pak.us.mirczone.eu Pakistan Asian HUB Server
> pakistan-monitor is away: I'm a bot.  Your messages will be ignored.
> pakistan-monitor is an IRC Operator
> pakistan-monitor has been idle 6secs, signed on Thu Feb 15 16:56:50
> pakistan-monitor End of /WHOIS list.
> 
> IRC READ -> :pakistan.pak.us.mirczone.eu NOTICE pakistan-monitor :***
> Client -- Client connecting: space4858 ([email protected])
> [196.203.65.34] {users}
> IRC READ -> :pakistan.pak.us.mirczone.eu NOTICE pakistan-monitor :***
> Client -- Client connecting: space3847 ([email protected]) [61.144.68.20]
> {users}
> IRC READ -> :pakistan.pak.us.mirczone.eu NOTICE pakistan-monitor :***
> Client -- Client connecting: space9974 ([email protected])
> [210.0.209.108] {users}
> IRC READ -> :pakistan.pak.us.mirczone.eu NOTICE pakistan-monitor :***
> Client -- Client connecting: space4820 ([email protected])
> [222.126.38.74] {users}
> IRC READ -> :pakistan.pak.us.mirczone.eu NOTICE pakistan-monitor :***
> Client -- Client connecting: space8917 ([email protected])
> [202.67.138.63] {users}
> 
> 
> Regards
> 
> NicePaL
>

Hrm. Looks like the connection notice changed? The regex should be something
like this now:

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