ignore zeny spammers

Moderator: Moderators

Message
Author
motoki
Noob
Noob
Posts: 1
Joined: 26 May 2009, 06:16
Noob?: No

ignore zeny spammers

#1 Post by motoki »

Simple macro to auto-ignore zeny spamming bots on for example iRO Valkyrie.

automacro spam {
pubm /www\./
call {
do ignore 1 $.lastpub
}
timeout 1
}

:)

void_user
Noob
Noob
Posts: 8
Joined: 29 Nov 2008, 02:33
Noob?: No

Re: ignore zeny spammers

#2 Post by void_user »

That's awesome. I was trying to figure that out too, and was hoping that someone would figure it out instead. :D

I think you can improve by doing this:

Code: Select all

automacro spam {
	pubm /[Ww][Ww][Ww]\./
	call {
		do ignore 1 $.lastpub
	}
	timeout 1
}

ezza
Developers
Developers
Posts: 109
Joined: 04 Apr 2008, 09:50

Re: ignore zeny spammers

#3 Post by ezza »

you can use /regex/i (case in-sensitive) instead.

Post Reply