Page 1 of 1

Remove all spamfilters at once

Posted: Sun Oct 16, 2005 12:23 am
by hva
We had a netadmin who abused his status to put a spamfilter on all characters. So everyone got glined...

In 10 minutes we resolved the problem but we had some trouble with removing the spamfilters.

Is there a way to remove them all in once? Or to disable the spamfilter temporarely?

Posted: Sun Oct 16, 2005 12:49 am
by Stealth
The only way to remove them is 1-by-1, or you can de-link all the servers and restart all of them.

Posted: Sun Oct 16, 2005 1:00 am
by hva
There is no known module for this, like rmtkl, only for the spamfilter?

Will this feature be implented in the next feature?

Posted: Sun Oct 16, 2005 2:02 am
by Stealth
Give me some time, and I might be able to make a mIRC script. It will take a few hours though.

Posted: Sun Oct 16, 2005 2:06 am
by Stealth
Never mind the few hours part. I found the one I had before.
  1. Add this to the mIRC remotes:

    Code: Select all

    raw 229:*:{ if ($2 === F) { spamfilter del $3 $4 - - $10- } }
  2. Click OK
  3. Type /spamfilter (with no parameters). This will send a list of all the spamfilters.
  4. The script will remove them as it recieves them.
  5. If you are disconnected, simply reconnect and repeat from #3.
  6. When done, go back into your mIRC remotes and comment or remove the script. (Obviously clicking OK in the scripts editor when done)

Posted: Sun Oct 16, 2005 1:18 pm
by hva
Thank you very much! :)

I will try it asap! :)