mIRC Homepage
Posted By: rtg prevent onjoin msg - 14/12/05 08:42 PM
hello

some people have an annoying auto onjoin msg script that msgs me when I enter a room

is there any way to prevent it and block these msgs ?

I was thinking about a script that blocks all queries for 1 (or x) seconds from the moment I enter a channel

thanks!
Posted By: NeUtRoN_StaR Re: prevent onjoin msg - 14/12/05 09:40 PM
on *:join:#:{
if ($nick == $me) {
ignore -p *
timerignore 1 10 ignore -r *
}
}

you could also use on me(i think) instead of on * and then the later comparison
this is untested
Posted By: Kelder Re: prevent onjoin msg - 15/12/05 09:16 AM
Put the line below in remotes (alt-r alt-r). The . makes it silent, so no '* Added *!*@* to ignore list' messages are shown.

on me:*:JOIN:#:.ignore -pu2 *
© mIRC Discussion Forums