multi server connect

By RoninWarrior on Nov 27, 2006

copy and paste into remotes section and save & exit popups will be in the status window.

multi server connect has 5 diffrent servers you can connect to upon starting your mIRC session although you dont have to have all 5 multi servers field out for it work any 1 - 5 will do .
if you dont have any of the fields filled out upon startting the mirc sessions then nothing will happen and remeber not to do all of the same servers for each of the 5 fields you will get banned for clones specially on dalnet.

parameters: <server/groupname> [port] [-i nick]
example: dalnet -i
disable by typing: empty
enter server/parameters

popup layout for proper setup

multi server connect irc.dal.net 6667 xsplosive
us.undernet.org 6667 xsplosive
empty multi serv 3
empty multi serv 4
empty multi serv 5

this is what the popup willl look like if you have it filled out with two servers dalnet and undernet and the last 3 are empty so upon starting mIRC it will auto connect to dalnet and undernet on port 6667 with nick xsplosive any server and port and nick will work as long as the server allows this is not setup for servers with passwords at this time.

any other needed help just ask

fill free to edit change what ever you would like i dont mind

menu status {
multi server connect
.%multi.server.1:set %multi.server.1 $$input(parameters: <server/groupname> [port] [-i nick] $crlf $+ example: dalnet -i <nick> $crlf $+ disable by typing: empty $crlf $crlf $+ enter server/parameters:, e, , %multi.server.1)
.%multi.server.2:set %multi.server.2 $$input(parameters: <server/groupname> [port] [-i nick] $crlf $+ example: dalnet -i <nick> $crlf $+ disable by typing: empty $crlf $crlf $+ enter server/parameters:, e, , %multi.server.2)
.%multi.server.3:set %multi.server.3 $$input(parameters: <server/groupname> [port] [-i nick] $crlf $+ example: dalnet -i <nick> $crlf $+ disable by typing: empty $crlf $crlf $+ enter server/parameters:, e, , %multi.server.3)
.%multi.server.4:set %multi.server.4 $$input(parameters: <server/groupname> [port] [-i nick] $crlf $+ example: dalnet -i <nick> $crlf $+ disable by typing: empty $crlf $crlf $+ enter server/parameters:, e, , %multi.server.4)
.%multi.server.5:set %multi.server.5 $$input(parameters: <server/groupname> [port] [-i nick] $crlf $+ example: dalnet -i <nick> $crlf $+ disable by typing: empty $crlf $crlf $+ enter server/parameters:, e, , %multi.server.5)
.-
.$iif(%multi.server.1 == empty && %multi.server.2 == empty && %multi.server.3 == empty && %multi.server.4 == empty && %multi.server.5 == empty,$style(2)) reset: multi.server.reset
}

alias multi.server {
  if %multi.server.1 != empty { server %multi.server.1 }
  if %multi.server.2 != empty { server -m %multi.server.2 }
  if %multi.server.3 != empty { server -m %multi.server.3 }
  if %multi.server.4 != empty { server -m %multi.server.4 }
  if %multi.server.5 != empty { server -m %multi.server.5 }
}
alias multi.server.reset {
  set %multi.server.1 empty 
  set %multi.server.2 empty 
  set %multi.server.3 empty 
  set %multi.server.4 empty 
  set %multi.server.5 empty 

}

on *:start:{
  .timer 1 0 multi.server
}

Comments

Sign in to comment.
[85]   -  Feb 15, 2011

ok original idea,and i like it,but...this is not ok ---> on *:start:{
.timer 1 0 multi.server
}
why on start? why u not put alias or some option,when u want 2 connect on all networks?
or something like that...(sometimes u wanna connect on just 1 network) right?

 Respond  
bugyou   -  Feb 14, 2009

ah thnkx, that came very handy ,nice job dude :P

 Respond  
RoninWarrior   -  Feb 13, 2007

Ill see what i can come up with.I didnt have any plans of doing anything else to it .But i do know of a couple snippets on this site that will complete your request.If i dont add anything else to it I wiill at least post links here to the snippets.

 Respond  
ulisse   -  Feb 13, 2007

ok the parameter is in this format:
irc.MYServer.com:MYgroup:6667 -i mynick
first need input of servers with right popup
second for take effect must restart mirc
ok work now WoW!
but at this moment i have a request, i need this: for each server the script must perform two additional commands one command /identify and one /join at channel
this is a fantastic script but if you can add /identify e /join is very complete ;-) thank tou RoninWarrior
ps: sorry for my poor english :-(

 Respond  
ulisse   -  Feb 13, 2007

i\'m not expert but very dummy :-(
i pasted in remote.ini and right button -> menupopup ok
i inserted first parameter but the server dont\'t start connection i dont\' know the exact parameters you can show me one example please?
and i see the remote.ini file now is changed with 10 rows in the first 2 are :
[variables]
n0=%ajoin.canali
n1=%multi.server.1 irc.webmaster.com:mySERVER:6667 -i myNicktest
n... bla...
ok
please 1 example thank you :-)

 Respond  
RoninWarrior   -  Feb 05, 2007

there in the status popups .

 Respond  
dj_boT   -  Feb 05, 2007

It hasnt been shown at popups...

 Respond  
RoninWarrior   -  Jan 30, 2007

DJBot just click on the status popups and click on the multi server connect popup and fill in the fields.

 Respond  
dj_boT   -  Jan 30, 2007

Can you explain me what should i change to use my servers?Exactly plz...Lets say my server is dj and the group is bot.What i change?plz reply

 Respond  
RoninWarrior   -  Nov 29, 2006

hrmm nothing lol this isnt surprising anymore

 Respond  
RoninWarrior   -  Nov 27, 2006

fixed an error in the multi.server alias

 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.