Hello there, this is a guide on setting up mIRC. In this guide, I'll be including a few scripts to make life easier, and how to make your mIRC look a whole lot neater than the basic old dull-looking interface.
First off, what is mIRC?mIRC is a popular Internet Relay Chat client used by millions of people, and thousands of organizations, to communicate, share, play and work with each other on IRC networks around the world. Serving the Internet community for over a decade, mIRC has evolved into a powerful, reliable and fun piece of technology.
You can download mIRC
here. mIRC requires that you buy it for long use, but there are popular and common cracks for it which I won't be linking here, do a little bit of searching over the internet for it. (The download is a thirty day trial.)
Setting up mIRC.mIRC is extremely easy to set up. When you open up mIRC for the first time after installation, you see this (might be a little different, as mine is expired):
Press the "Continue" button here.
Once you've passed that screen, you're on the options window:
Nickname: This is what you want your IRC name to be -- This is what others see.
Alternative: If your name is already on IRC due to a connection timeout or whatever reason, and you try to connect using mIRC, the name you enter here will be used instead of the Nickname.
Name: This is your 'real' name. Basically, the Nickname is what's seen to everyone. But all of these are seen on your /whois information. For example, my /whois information would be:
Sylar is Sylar@EGC-xxx.xx.xxx * Sylar
Sylar is connecting from *@xxx.xxx.xxx.xx xxx.xxx.xxx.xx
Sylar is a registered nick
Sylar on @#Regulars @#Administration @#Moderation +#egc #sylar @#ECNR ~#TheMafia ~#TheMafia.STAFF
Sylar using irc.EnigmaticGC.com Enigmatic Gaming Community IRC Network
Sylar has been idle 1min 30secs, signed on Wed Aug 08 00:41:31
Sylar End of /WHOIS list.
So, once you fill all these up, hit "Ok".
Now you're on some empty white screen, where there's nothing much to do. So, to connect to EGC's IRC server, type
/server IRC.EnigmaticGC.comOnce you hit enter, you receive a bunch of text on your screen, basically useless.
The last line tells you you're not registered. So now, you'll have to register yourself on our IRC server! It's easy, and takes no more than 1 minute.
Note: Even though you don't register, you can still join the channels and chat (when you connect, you're automatically joined to channels #ECNR and #EGC), but it's best to register yourself now, as you'll probably have to do it later on.
In this window, type
/ns register <the password you wish to have> <your E-Mail ID>.
Basically, the E-Mail ID is nothing important, and doesn't require being given much attention.
So for example I use
/ns register 123456 Sylar@Owns.Uk.
You receive something like this:
[02:13:37] -NickServ- Nickname Sylar registered under your account: *Sylar@*.E44373AE.14CFD1BF.IP
Congratulation, you're now registered! But wait, you need to "log in" to IRC.
Everytime you're on IRC, you'll have to log in on our IRC server. For this, you'll have to send your password to NickServ, which will 'identify' you. (Identify > Login, basically.)
Note: You're automatically identified once you register, but you'll have to identify yourself once you re-connect to the server.
To log in, type
/ns id <Password>.
Once you do this, you will receive the following message:
-
[02:21:27] -NickServ- Password accepted - you are now recognized.
-
Now, to make life easier, I'll be giving you a couple scripts which will identify you automatically when you connect to the server, and a basic AFK script which I made a while back today.
Press
CTRL +
R to open up the scripts window. This is where you will write the mIRC scripts. For now, you need a script to identify yourself, and connect automatically when you start mIRC up!
Copy the following scripts into the box you just opened up, and press 'OK'.
on *:START:{ server irc.EnigmaticGC.com }
on *:CONNECT:{ ns id %pass | j #egc,#ecnr }
alias setpass {
if ( $1 == $null ) {
echo -a Incorrect usage.
echo -a Use: /setpass <Your IRC Password>.
}
else {
set %pass $1
}
}
Once you've added the script and pressed 'OK', use the command '/setpass' to set your password so it will identify you automatically when you join.
on *:LOAD: {
set %afk 0
setnames
}
alias setnames {
set %ircname $me
set %afkname $me $+ [AFK]
regafk
}
alias regafk {
nick %afkname
ns register %pass %ircname $+ @ $+ $me $+ .com
done
}
alias done {
nick %ircname
ns id %pass
}
alias afk {
if ( %afk == 0 ) {
set %afk 1
nick %afkname
ns id %pass
if ( $1 == $null ) {
msg #ecnr [9AFK] 4 $+ %ircname $+ is now 4Away From the Keyboard. [9REASON] 7Not Specified.
}
else {
msg #ecnr [9AFK] 4 $+ %ircname $+ is now 4Away From the Keyboard. [9REASON] 7 $+ $1-
}
}
else {
if ( %afk == 1 ) {
set %afk 0
nick %ircname
ns id %pass
msg #ecnr [9BACK] 4 $+ %ircname $+ is now 4Back!
}
}
}
Make sure you have used the script before this script before using the above script.
Once you press 'OK', it will show you instructions on your screen. Follow these instructions to register your AFK name and everything.
Now, when you go AFK, type /afk <Reason>. When you're back, simply type /afk.
Congratulations, you now have most of it set up! Now, looking at the chat, the odd and dull looking chat that fucks up your eye sight, it's pretty hard. Let's fix that!
(1) Press ALT + K.
What you see now is shown below:
(2) Changing things!
Change everything from what you see in the above image, into what you see in the below image:
Experiment with the colors until you find something that suits you. The above image shows what I use, and I like it! It's easy for the eyes, and everything is pretty clear!
Once you've changed everything to look exactly like the one you were asked to make it to, your mIRC screen looks something like this:
But what's this ugly list of names?:
We want those to look something like this:
The difference is that the names are given colors according to their channel modes. For example, on mine, I have the channel owner's (
+qo | ~) name set to
Dark Blue, Administrator's (
+ao | &) color set to
Red, Channel Operators (Game moderators) (
+o | @) set to
Teal, Half-OPs (
%) set to
Orange, Normal users (
+V | +) set to
Light Green!
So to do this, press
ALT +
B to see the window shown below:
Tick the "Enable Nick Colors" check box on the "Nick Colors" tab like shown, and then press 'Add' to see the window shown below:
The first circle shows the list of colors. Choose blue the first time, like shown. The second circle asks you which mode you would like to assign that color to. So, because we want channel owners to show as Blue Colored, we will set the first one how the picture shows. Press 'OK'.
Now, repeat this in the order shown below:
(1) Like shown in the window -- Circle one as
Blue, Circle two as "~".
(2) Circle one as
Red, Circle two as "&".
(3) Circle one as
Teal, Circle two as "@".
(4) Circle one as
Orange, Circle two as "%".
(5) Circle one as
Light Green, Circle two as "+"
Once done, it now looks something like this:
Extra Neat Timestamp:
Press
Alt +
R to open up the mIRC Scripts window again. Once it's opened, Press the 'File' button on the top menu, and create a new script.
Paste the following script into the window and press 'OK':
on *:LOAD: {
.timestamp -f 4[9HH:9nn:9ss4]
}
Now your chat window's timestamps will look something like the shown below:
[15:13:12] <@Sylar> This is the new timestamp you will have once you load the script!
Congratulations, now you've your mIRC set up perfectly!
Guide completely re-done by Sylar! Addition of reputation appreciated!