mIRC Help
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Results 1 to 5 of 5

Thread: mIRC Help

  1. #1

    Join Date
    Jan 2010
    Location
    Comet Halley
    Posts
    2,490

    Default mIRC Help

    Lets face it, I'm am an IRC n00b. I have learned several things about IRC by staying here and on other private tracker, but still I'd call myself a n00b.

    I want mIRC to remember all the servers, channels, my username on different servers, etc so that whenever I just start mIRC, it will automatically connect to all the servers and channels with my username. Is it possible, and if yes, how?

    Thanks.



  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Join Date
    Sep 2010
    Location
    127.0.0.1
    Posts
    1,144

    Default

    This might help you..
    http://www.torrent-invites.com/tutor...ct-script.html
    I have never used it btw..


    Thanks to Trevor for repping me in

    I dont have any GAs open. If you want invites to any of the trackers listed below, see me in T-I irc
    waffles::freshon::AO.me::iPT::TL::BG::CG::HDME.eu: :PTM::RHL

    http://img508.imageshack.us/img508/4793/15zo8hw.gif

  4. #3

  5. #4

    Join Date
    May 2010
    Location
    on earth
    Posts
    1,010

    Default

    Yes its possibe.

    Open your Mirc , press Alt+R, a window will pop open..select the Remote tab.

    There type,

    on *:start: {
    /nick yournick(1)
    /server -m irc.network1.net
    /server -m irc.network2.info
    /nick yournick(2)
    /server -m irc.network3.net
    /server -m irc.network4.org

    Assuming Yournick(1) - your own nick at a particular network, Yournick(2) ,is your nick in another network...


    Now How to auto-identify and autojoin channels:

    Type,

    }
    on *:CONNECT: {
    if ($network == Network Name) {
    /msg nickserv identify password
    join #channel1
    join #channel2
    join #channel3
    }
    }

    Assuming,you want to join,3 channels on that particular network.

    You need to do this for every network you want to be...

    Now if the channel is password protected....just type the pass by giving a space beside the channel name.

    eg: join #channel1 password

    Now,if the channel required a bot to invite you there..you have to do this:

    }
    if ($network == Network Name) {
    /msg nickserv identify password
    /msg Botname invite password
    join #channelName
    }

    So, you need to add this line extra: /msg Botname invite password

    Thats it...Nothing else..have fun.


    So,the complete script is something like this:

    on *:start: {
    /nick yournick(1)
    /server -m irc.network1.net
    /server -m irc.network2.info
    /nick yournick(2)
    /server -m irc.network3.net
    /server -m irc.network4.org

    }
    on *:CONNECT: {
    if ($network == Network Name1) {
    /msg nickserv identify password
    join #channel1
    join #channel2
    join #channel3
    }
    if ($network == Network Name2) {
    /msg nickserv identify password
    /msg Botname invite password
    join #channelName4
    }
    }


    [ Where Yournick = your own nick, Botname = You have to put the botname ( eg: for P*N its P*NBot ),and we are assuming that channelname4 , requires a bot to invite you ]


    I find this method,more easy and reliable.

    ~Subkar
    Last edited by Subkar; November 19th, 2010 at 09:25 AM.
    Uggh!

  6. #5

    Join Date
    Jan 2010
    Location
    Comet Halley
    Posts
    2,490

    Default

    Sent a PM to Subkar asking for further details. Hope I can work it out with him.

Similar Threads

  1. Help with mIRC,
    By sexyandinowit in forum Help
    Replies: 6
    Last Post: January 25th, 2012, 05:33 AM
  2. Help With mIRC
    By JustJenna in forum Help
    Replies: 2
    Last Post: November 9th, 2009, 08:16 AM
  3. help with mirc
    By MikeD in forum Help
    Replies: 3
    Last Post: September 26th, 2009, 06:16 PM
  4. help
    By dojopros in forum Help
    Replies: 0
    Last Post: July 15th, 2008, 12:07 PM
  5. Waffles help
    By FoxHound in forum BitTorrent Discussion
    Replies: 6
    Last Post: December 19th, 2007, 02:02 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •