IRC

Jump Station
IRC program Nuke patches Basic Commands Mirc Scripts
                  Welcome to my IRC page. IRC stands for Internet Relay Chat, this program gives you the ablilty to chat by text to anyone in the world. Either private or in a room with others.

To begin you first need to download a irc program, I've listed some here:

*Visual IRC For PC's *I use this one*
*Mirc For PC's
*Pirch For PC's
*ircle For Mac
*Amirc For Amiga
After you have downloaded the correct program for your system, you will need to install it. Directions are included with the programs so you shouldn't have to much in the way of troubles. But if you need help feel free to E-mail me, or check out irchelp.

One other thing you should consider is protecting yourself and system from Nuke attacks. A nuke is the process of taking you off the Internet and/or locking up your computer, through bugs in the internet protcols. It doesn't just affect you in IRC, although it is the most common place for this to occur. This is because your IP is so accesable. To make nuke attacks less likely you should go to Nuke Patches and download all the patches. Be sure to follow all the directions carefully.

Now that you have everything up and running you are ready to begin IRC. To do this you simply start the program, select a server and connect. Once in IRC land there are a number of commands You need to know to get around.
The Basic Commands are:

/join #channel
This command allows the user to join a channel. Example of this is as follows "/join #irchelp" this command would make me join #irchelp. All channels start with the # sign.
/leave
This command exits the user from the channel. I would type this if I wanted to leave channel #irchelp.
/nick desired_nick
This command allows you the ability to change your nick. Example is "/nick bob" would make me known as bob.
/msg nick
This command allows you to privately send a message to a user on IRC.
Once you become familliar with IRC there are many more things you can do. One example is using scripts. They are addon programs that give it more features. There are 1000s out there. Here is a list of places to start your search.
Mirc Scripts:
*Xcalibre
*Mirxc
*Hawkee
IRCN is a script that I recommend. This script has many features and options that are great. Download it and see for yourself.
Small Bug in IRCN:
The bug is not only in ircN It is in mIRC.
The problem is $calc(..)

ircN is just one of the scripts who use $calc to check the ping delay
eg:

on 1:CTCPREPLY:PING*: { echo -a Ping reply: $calc($ctime - $2) }

To protect yourself, add this to your script:

on 1:CTCPREPLY:PING*: { if ($2 !isnum) { halt } }



|MAIN|HELP|VIRUS|SHAREWARE|IRC|SEARCH ENGINES|MISC|

----------------------------------------------------------------------------------------------------
E-mail Mebcurry@kanservu.ca

Last updated Nov 29/98 by Darren Curry