mIRC Homepage
Posted By: nataliad protect myself on connect - 07/07/08 03:23 PM
hello

can you tell me please a script that will add to my protect list myself, with this mask *!*@anything, whenever I connect to a server

(please note some servers use custom *!*@this)

thanks
Posted By: Solo1 Re: protect myself on connect - 07/07/08 04:02 PM
Code:
on *:connect: .protect $address($me,2)


The -w switch makes the protect apply to any network.
Posted By: nataliad Re: protect myself on connect - 09/07/08 03:53 PM
it doesn't work at all!
Posted By: RoCk Re: protect myself on connect - 09/07/08 04:22 PM

You could try this...

Code:

on *:CONNECT:protect $me 2



Brax smile
Posted By: Brax Re: protect myself on connect - 09/07/08 04:24 PM
Code:
ON *:CONNECT: .protect $me 2 $network
© mIRC Discussion Forums