Auto Identify on Connect or command

By Soresser on Aug 03, 2007

When you connect your bot he will auto identify or you can use the command !identify

on *:Connect: { 
  /msg NickServ IDENTIFY <password>
}

on *:Text:!identify:#: {
  /msg NickServ IDENTIFY <password>
}

Comments

Sign in to comment.
poborski   -  Aug 20, 2011

isnt there a way to put auto identify

 Respond  
slub77   -  Jan 09, 2010

lol i just typed a random number in to mirc and it gave me this link to this snippet lol

 Respond  
Gummo   -  Mar 26, 2008

criminal: $nick can never equal $me on text..

 Respond  
criminal   -  Mar 26, 2008

Anyone in a channel you are in could cause you to identify. I have a similar script but I have both commands in the on connect part.

on $*:TEXT:/^[.!@]id(entify)/si:#: {
if ($nick != $me) { halt }
else { ns identfiy <Password> }
}

I also have both commands on connect.

 Respond  
Callison1   -  Aug 06, 2007

Anyone in a channel you are in could cause you to identify. I have a similar script but I have both commands in the on connect part.

 Respond  
xredxthornsx   -  Aug 05, 2007

the on connect script is a good concept but it can be acheived by setting up a perform in the mIRC options (connect//options//click perform) and the on text script is good i use it with my bot

KEEP UP THE SCRIPTING ^^ have a nice day

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.