Eventmacro console

International

Moderator: Moderators

Message
Author
Mysticicys
Noob
Noob
Posts: 12
Joined: 08 Sep 2017, 15:08
Noob?: Yes

Eventmacro console

#1 Post by Mysticicys »

Any way to write alternative for console for automacro.

Automacro foo {

Console /cannot calculate route/
}

I need for my bot to relog from spam. Ty

pizzatopping
Human
Human
Posts: 35
Joined: 30 Jul 2017, 02:34
Noob?: Yes

Re: Eventmacro console

#2 Post by pizzatopping »

or just ignore spammers

automacro spampub {
pubm /(w.*w|W.W).*(c[o0]m|C[0O]M)/i
exclusive 1
call {
do ignore 1 $.lastpub
log Ignoring $.lastpub
}
}

Post Reply