Discussion:
[blitzed] Question about BOPM
David Leadbeater
2009-09-05 14:05:16 UTC
Permalink
Hi,

[bopm is the correct list for this question, moving it there]
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

Loading...