Start up connect script

By Jude on Mar 20, 2010

The "start up connect script" lets you connect to your mIRC and you are able to connect and identify to all the servers you have put in the code.
i have used in some parts /msg nickserv identify PASSWORD
just incase a network hasn't got "/ns" in its services

THIS IS NOT MY OWN SCRIPT
MANY PEOPLE MAY ALREADY HAVE THIS ONE OR ONE THAT IS SIMULAR
IF YOU DO NOT HAVE THIS, THEN YOU SHOULD GET IT

on *:START: {
  server irc.techtoknow.net -i jude
  server -m SERVER ADDRESS -i NICK
  server -m SERVER ADDRESS -i NICK
  server -m SERVER ADDRESS -i NICK
  server -m SERVER ADDRESS -i NICK
  server -m SERVER ADDRESS  -i NICK
}
on *:CONNECT: {
  if ($network == NETWORK NAME) {
    if ($nick == NICK) {
      ns identify PASSWORD
      join #CHANNEL NAME
    }
  }
  if ($network == NETWORK NAME) {
    if ($nick == NICK) {
      ns identify PASSWORD
      join #CHANNEL NAME
    }
  }
  if ($network == NETWORK NAME) {
    if ($nick == NICK) {
      msg nickserv identify PASSWORD
      join #CHANNEL NAME
    }
  }
  if ($network == NETWORK NAME) {
    if ($nick == NICK) {
      ns identify PASSWORD
      join #CHANNEL NAME
    }
  }
  if ($network == NETWORK NAME) {
    if ($nick == NICK) {
      ns identify PASSWORD
      join #lobby,#sweetbus
    }
  }
  if ($network == NETWORK NAME) {
    if ($nick == YOUR NICK) {
      join #CHANNEL NAME
    }
  }
}

Comments

Sign in to comment.
Celeron   -  Apr 17, 2010

nice! i like it! :)

 Respond  
SnoooP   -  Mar 21, 2010

No flux, with this it auto connects you to serveral networks when you first open mIRC.

You can have mIRC automatically reconnect on disconnect though.

GO TO: Tools --> Options --> Click the 'Connect' option' --> Click Options --> Click the box that says "reconnect on disconnection"

Presto

 Respond  
Flux   -  Mar 20, 2010

is this for if i'am Disconnect in Network is this will auto connect and identify sir ?.
sorry im newbie :)

 Respond  
blackvenomm666   -  Mar 20, 2010

oh yea and not all sites can use just the ns command some you have to do the /msg nickserv

 Respond  
blackvenomm666   -  Mar 20, 2010

or could be like me and use the same pass for all servers then its just adding one lil code to your script like on 1:snotice:pass:/pass passhere.... and using it like this is slow cause it auto connects right away. should make a dialog box so you can pick and choose what servers you load and when you load em

 Respond  
sunslayer   -  Mar 20, 2010

configurable settings would be something to look into, i.e. adding/removing servers or changing your pass/aj chans without having to edit the code

 Respond  
Jethro   -  Mar 20, 2010

You can combine those two if statements with && and thus you save yourself a bracket:

 if ($network == NETWORK NAME) && ($nick == NICK) {
 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.