mIRC Home    About    Download    Register    News    Help

Print Thread
#203817 28/08/08 04:04 AM
Joined: Jun 2004
Posts: 124
S
sigbin Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 124
can anyone help me a auto script

Quote:
[12:04] -server.server- *** Ident broken or disabled, to continue to connect you must type /QUOTE PASS xxxxx


it will detect the 5 digit pass the "xxxxx" then auto quote pass i hope you understand my english.. thankz in advance


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

This is what I use...

Code:

on *:SNOTICE:*ident*continue*connect*you*must*type*/QUOTE PASS &: {
  .timer 1 6 QUOTE PASS $gettok($1-,-1,32)
}




Link Copied to Clipboard