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
You are not logged in. Please login or register.
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
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
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
}
}Thank you very much for explaining ![]()
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 ^^
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.
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
Powered by PunBB, supported by Informer Technologies, Inc.