Re: [blitzed] Question about BOPM
David Leadbeater <[email protected]> Sat, 5 Sep 2009 15:05:16 +0100
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
Hi, [bopm is the correct list for this question, moving it there] On Thu, Sep 03, 2009 at 10:16:21PM -0400, Juston O. Griggs wrote: > I was wondering if BOPM can monitor connections on more then one server > without having to have BOPM installed on every server connected to my > network? I currently use InspIRCd for my IRCd If you can arrange for your ircd to send all global connect messages to a client then it is possible to do this (e.g. some ircds have a mode like +C as opposed to +c to show all connects). Then you just need to adjust the connregex and command to kill users. If not there is a perl script called 'network-bopm' in the BOPM sources which will connect as a server and then send connect notices on to a BOPM which connects to it. That may need some changes to match your ircd's protocol though. -dg