Jonas Berlin - 2007-10-27

Hello all.

I've coded a plugin that automatically gives ops to users with selected masks, like this:

<autoOpConfig>
    <autoOpMasks>
        <autoOpMask>wayne!wayne@wayne.com</autoOpMask>
        <autoOpMask>john*!~john@*.my-isp.com</autoOpMask>
        <autoOpMask>*!*@*mydomain.net</autoOpMask>
    </autoOpMasks>
    <statusCheckDelayMillis>5000</statusCheckDelayMillis>
</autoOpConfig>

The plugin is available in PPF CVS in the module AutoOp. Look here for info how to access it:

  http://sourceforge.net/cvs/?group_id=86043

You can also browse the source here:

  http://ppf.cvs.sourceforge.net/ppf/AutoOp/

Hope you like it..

- xkr47