Remove all spamfilters at once

These are old archives. They are kept for historic purposes only.
Post Reply
hva
Posts: 9
Joined: Sat Oct 01, 2005 2:06 pm

Remove all spamfilters at once

Post 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?
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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.
hva
Posts: 9
Joined: Sat Oct 01, 2005 2:06 pm

Post by hva »

There is no known module for this, like rmtkl, only for the spamfilter?

Will this feature be implented in the next feature?
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Give me some time, and I might be able to make a mIRC script. It will take a few hours though.
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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)
hva
Posts: 9
Joined: Sat Oct 01, 2005 2:06 pm

Post by hva »

Thank you very much! :)

I will try it asap! :)
Post Reply