mIRC Home    About    Download    Register    News    Help

Print Thread
#201864 07/07/08 03:23 PM
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
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

Joined: Mar 2007
Posts: 139
S
Vogon poet
Offline
Vogon poet
S
Joined: Mar 2007
Posts: 139
Code:
on *:connect: .protect $address($me,2)


The -w switch makes the protect apply to any network.

Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
it doesn't work at all!

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

You could try this...

Code:

on *:CONNECT:protect $me 2



Brax smile

Last edited by RoCk; 09/07/08 04:25 PM.
Joined: Jan 2005
Posts: 192
Vogon poet
Offline
Vogon poet
Joined: Jan 2005
Posts: 192
Code:
ON *:CONNECT: .protect $me 2 $network

Last edited by Brax; 09/07/08 04:27 PM.

echo -a $signature

Link Copied to Clipboard