Topic: Question to the IRC

I'm watching Bob's stream for a while now and participating in the IRC too, but I would like to know how I can connect to his IRC-Channel via mIRC.
I never used this program before so, I need a little advice.

Razgul

Waiting for Guild Wars 2 ;_; // You need a smurf? Why don't you take this link: http://bit.ly/nsK2f2 ?

Re: Question to the IRC

Well welcome to mIRC.
So First timer to mIRC let me see if I can explain this well.

First open the "Options" under the Tools tab. On the tab Connect set your nick and an alt nick if your nick is taken

Then we need to open an window if it is not opened yet, go to the upper left corner of mIRC and open the File tab and then click on "New Window".now we have to connect to a server wich is in this case QuakeNet. In the window use the command "/server de.quakenet.org 6668" to connect to our server. Now you are connected you need to join bobs by typing the command "/join #GuardsmanBob". And now you are in his channel smile


If you want to you can use a simple script wich will connect you each time you start up mIRC, you will have to put this script in the remote script wich you can find under Tools "Script Editor" just edit the yournick into your nickname.




on *:START: {
  /server de.quakenet.org 6668
}

on *:CONNECT: {
  if ($network == QuakeNet) {
    /nick yournick
    ; The line below is only needed if you have an account on Q.
    .msg Q@CServe.quakenet.org AUTH username password
    ; Put any channels you'd like to join under this line.
    /join #GuardsmanBob
    }
  }
A lesson without pain is meaningless.
You cannot gain something without sacrificing something in return.
But once you have overcome it and made it your own.
You will gain an irreplaceable fullmetal heart.

Re: Question to the IRC

Thank you very much for explaining smile

Waiting for Guild Wars 2 ;_; // You need a smurf? Why don't you take this link: http://bit.ly/nsK2f2 ?

Re: Question to the IRC

no problems man, I bet there is other people on the forum who have alot more experience with mIRC then I do and can give you better scripts and stuff ^^

A lesson without pain is meaningless.
You cannot gain something without sacrificing something in return.
But once you have overcome it and made it your own.
You will gain an irreplaceable fullmetal heart.

Re: Question to the IRC

mIRC is super confusing to use when you first start. It took me a few days playing around to even get it working the way I wanted and its still just the basic functionality.

Don't take life to seriously. You'll never get out alive
(The content and opinions expressed in this comment do not necessarily reflect the views of nor are they endorsed by Guardsman Bob or GuardsmanBob.com)

Re: Question to the IRC

mirc is pretty easy, there are a few alternatives though, xchat, kvirc, some others, maybe miranda could do irc too? But mirc is the best client imho. Basically you just need to connect to the correct network. Also setup the user.

Common commands include:

/server -m irc.domain.tld
/join #channel
/msg NickServ register