Re: getting bopm to ignore connections notices
David Leadbeater <[email protected]>
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
Joe Dow wrote: > I want to get my bopm to ignore connections notices like this: > Notice -- Client connecting at stats.xigon.com: BluD ([email protected]) [0] {0} > Because it will cause my bopm to die. How can I do this? You could modify the connregex to check for a . in the IP address, something like [0-9]+\\.[0-9\\.]+ for the IP matching part..