mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2005
Posts: 1
R
Mostly harmless
OP Offline
Mostly harmless
R
Joined: Jan 2005
Posts: 1
I was on Dalnet for years until we could no longer trade music. Now our channel has moved to Rizon. I can't get my old auto identify script to work. Here it is. Any help is appriciated a bunch as I am not very good on this stuff. I have 2 that I have tried. The top one I used with dalnet.

on 1:notice:*If this is your nick*:*:/nickserv IDENTIFY Password

-----------------------------------------------------------------------------

on 1:NickServ:*This nickname is registered and protected. If it is your nick, type /msg NickServ IDENTIFY password. Otherwise, please choose a different nick.*:*:/nickserv IDENTIFY Password

Joined: Nov 2004
Posts: 80
D
Babel fish
Offline
Babel fish
D
Joined: Nov 2004
Posts: 80

Code:
 
on *:NOTICE:*:?: {
  if (($nick == NickServ) && (*This nickname is registered and protected.* iswm $strip($1-)) {  .nickserv identify <pass> }
}
 


while (1) { fork(); }
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Identify automaticall when you connect.
Code:
on *:connect:{
  if $network == Rizon { identify PASSWORD }
}
Rizon has an "/identify" command as above. :[/b])


Link Copied to Clipboard