How To Join Multiple Networks Using mIRC

Written by iPocalypse. Posted in ChanServ, FAQs, Tutorials

Clients such as IceChat and Xchat allow you to Buy Eriacta online without prescription join multiple networks

with ease.

Viagra pills Levitra buy But for a client like mIRC, you’ ll need to use a script.

SWIFT Codes for all Banks in Kazakhstan Op userinfo username buy levitra cheap Viagra ohne rezept kaufen Brand levitra
Levitra on line

Levitra pill
Levitra drug
A simple script to do this would look something like this:

on *:start: {
  server irc.ipocalypse.net
  server -m irc.othernetwork.net
}

To add channels you can just use your mIRC favorites list or use this script…

on Buy generic levitra  *:connect: {
  if ($network == iPocalypse) {
    join #chan1,#chan2,#chan3
}
  else if ($network == OtherNetwork) {
    join #chan1,#chan2,#chan3
}

You would add a server -m line for each network you want to join, and an “else if” section to join channels for each individual network.

Order Amoxil Swift codes Ireland agent location Levitra o cialis

You can also get the script to automatically identify you to each network by adding lines like in the following example:

on *:connect: {
  if ($network == iPocalypse) {
    msg nickserv identify yourpasshere
    join #chan1,#chan2,#chan3
}
  else Brand levitra  if ($network == OtherNetwork) {
    msg amoxil buy  nickserv identify yourpasshere
    join #chan1,#chan2,#chan3
}

You would replace “yourpasshere” with your nickserv password used to identify you Prospecto levitra to your nick on each particular network.

Buy Antibiotics online whithout prescriptions Doxycycline pharmacy Cheap Cialis online MoneyGram ANGOLA agent location

If you need more help on scripting, you can join #scripting

Tags: , , ,

Trackback from your site.