PDA

View Full Version : mIRC Script for autoconnect autojoin on startup.



worlplugz
09-14-2010, 03:46 PM
With this script you can autojoin/connect on starting mIRC to multiple servers, channels with different nicks. I really hope that someone understands this tut.


on *:START: {
/server irc..mibbit.net 6667
/server -m server port
}

on *:CONNECT: {
if ($network == Mibbit) {
/nick youralias
.msg Nickserv GHOST yournick password
/nick yournick
.msg NickServ IDENTIFY password
; Put any channels you'd like to join under this line.
/join #torrentinvite.com tichat111
}
if ($network == networkname) {
/nick youralias
.msg Nickserv GHOST yournick password
/nick yournick
.msg NickServ IDENTIFY password
; Put any channels you'd like to join under this line.
/join #anychannel
}
}

http://i51.tinypic.com/2byusk.jpg

I just realized that there are some words spelled wrong in the picture :laugh:.

If you don't have a registered nick on a server and don't want to use a registered nick then you can delete these lines:
.msg Nickserv GHOST yournick password
.msg NickServ IDENTIFY password

AYUDH
09-16-2010, 09:19 AM
good one worly, some guys will sure use it but i am fan of opera

bondgannu
09-16-2010, 09:58 AM
good one worly, some guys will sure use it but i am fan of opera

lawl how does IRC has to deal with Opera you spammer!!
Opera is an internt browsing client, and the above script has been mentioned in context with IRC Client like mIRC or NNScript ;)

AYUDH
09-16-2010, 05:04 PM
you spammer!!
thanks for the title :|


how does IRC has to deal with Opera,Ask IRC


Opera don't need scripts, but u can in im.css, have some limitations. In short, it saves your time.

JinXy Poo
09-16-2010, 08:36 PM
also try the Common Servers plugin

Executable
02-03-2011, 05:50 AM
nice plugin .. i'll try it
thanks mate.

Bubblewraped
02-03-2011, 12:14 PM
Hye, nice tutorial !!
Didn't knew it , going to use it soon :D
Thanks ..!

happyfuntime
03-01-2011, 09:33 AM
Thanks, this is really helpful

malvavisko
03-03-2011, 02:45 PM
Very nice :) I was looking for something like this...I was getting really tired of typing commands every time I got in IRC...

edit: damn, I forgot my IRC password :laugh:

lawlsauce
03-03-2011, 08:40 PM
Nice quick tutorial. Maybe I'll make one on how to auto d/l torrents too using mirc.

masterplay
03-04-2011, 01:12 PM
Excellent tutorial, I just needed something like this a few days ago, so this helped me a lot.

b00m
03-11-2011, 03:25 AM
Nice tutorial. I was trying to do this for some time now. It can be very confusing for a beginner though.
Thanks

Casino54
12-21-2011, 06:07 PM
Nice tutorial.

Youngster
03-12-2012, 05:53 AM
Thanks for the tutorial. I'll definitely try it.