Auto Iden,join and nick change script

By Jake on Apr 26, 2006

This is a VERY simple script that anyone can use. On connect to the server, this script identifies you, and auto-joins the channel(s) you stated, AND list's the channels too. I wrote this myself, and it has served me well for many months. NOTE: i've only tried this on mIRC.
UPDATE!!:
This script NOW changes your nick if it is something different

on 1:CONNECT: {
  if ($me != NICKHERE) {
    nick NICKHERE
    msg nickserv IDENTIFY PASSHERE
    join #chan1,#chan2
    list
  }
  else { 
    msg nickserv IDENTIFY PASSHERE
    join #chan1,#chan2
    list
  }
}

Comments

Sign in to comment.
[85]   -  Mar 13, 2011

simple...nice one

 Respond  
Jake   -  May 28, 2006

thank you for your assistance

 Respond  
Noutrious   -  May 07, 2006
join #CHANNELHERE
join #CHANNELHERE

can be replaced with
join #chan1,#chan2,#chan3

 Respond  
Jake   -  May 05, 2006

Sorry about how long this script is...been scripting for 3 months now.

 Respond  
CaRe_Taker   -  Apr 29, 2006

the favourites part ?
lol
i was thinkin about some thin else
an i was just sayin not puttin the script down

 Respond  
sean   -  Apr 28, 2006

you don\'t need backslashs in a snippet like this, in addition: most servers accept \"/ns identify password\" without having to type out \"/msg nickserv\" and whatnot :)

also; you guys who have commented below me, excluding jake, (excuse the language but it needs to be said) are assholes ;T
lighten up and help people instead of just commenting uselessly. How are they supposed to learn from \"again. another over rated snippet.\" and \"doesn\'t mic have it\'s own auto join dialog?\". i thought that was the point of this place? or am i wrong?

at least this guy tries, Pibb were are your submitted snippets?

 Respond  
Jake   -  Apr 27, 2006

How is it overrated? It isn\'t even that good....

 Respond  
Pibb   -  Apr 26, 2006

again. another over rated snippet.

 Respond  
CaRe_Taker   -  Apr 26, 2006

doesnt mirc have its own auto join dialoge ?
lol

 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.