Re: connregex
Erik Fears <[email protected]> Tue, 16 Aug 2005 18:52:14 -0700
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
This won't work, the notice needs to include an IP address. PS. Why do you think this is not an "ircd"? It looks like an ircd to me. -Erik > im pretty sure bopm isn't setup to deal with my servers connection > notices, but i was wondering if it can be made to do so. > > my server isnt even an ircd, but the connection notices are similar. > > [Aug 17 01:15:20 2005] IRC READ -> :chat.wiredreality.net NOTICE Bot > :*** Notice -- Client connecting on port 7000: hard_wood > ([email protected]) > > this is what the bot sees in debug mode. our connections always show as: > > *** Notice -- Client connecting on port 7000: nickname (ident@hostname) > > the closest setting i can see is: > > connregex = "\\*\\*\\* Notice -- Client connecting on port [0-9]+: ([^ > ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*"; > > can bopm work with my server?(its chatspace btw) unfortunately the > connections cant be changed. > > any help is much appreciated! tnx in advance :) >