|
... k
design website respond with: talk yourname@site.name
To start the conversation, she should then type (at her host system's
command line):
talk yourname@site.name
where that is your e-mail address. Both of you will then get a top
and bottom window on your screen. She will see everything you type in
one window; you'll see everything she types in the other. To
disconnect, hit control-C.
One note: Public-access sites that use Sun computers sometimes have
trouble with the talk program. If talk does not work, try typing
otalk
or
ntalk
instead. However, the party at the other end will have to have the same
program online for the connection to work.
11.2 INTERNET RELAY CHAT
IRC is a program that lets you hold live keyboard conversations
with people around the world. It's a lot like an international CB
radio - it even uses "channels." Type something on your computer and
it's instantly echoed around the world to whoever happens to be on the
same channel with you. You can join in existing public group chats or
set up your own. You can even create a private channel for yourself
and as few as one or two other people. And just like on a CB radio,
you can give yourself a unique "handle" or nickname.
IRC currently links host systems in 20 different countries, from
Australia to Hong Kong to Israel. Unfortunately, it's like telnet --
either your site design website has it or it doesn't. If your host system does have it,
Just type
irc
and hit enter. You'll get something like this:
*** Connecting to port 6667 of server world.std.com
*** Welcome to the Internet Relay Network, adamg
*** Your host is world.std.com, running version 2.7.1e+4
*** You have new mail.
*** If you have not already done so, please read the new user information with
+/HELP NEWUSER
*** This server was created Sat Apr 18 1992 at 16:27:02 EDT
*** There are 364 users on 140 servers design website
*** 45 users have connection to the twilight zone
*** There are 124 channels.
*** I have 1 clients and 3 servers
MOTD - world.std.com Message of the Day -
MOTD - Be careful out there...
MOTD -
MOTD - ->Spike
* software website design End of /MOTD command.
23:13 [1] adamg [Mail: 32] * type /help for help
software website design
----------------------------------------------------------------------
You are now in channel 0, the "null" channel, in which you can look
up various help files, but not much else. As you can see, IRC takes over
your design website entire screen. The top of the screen is where messages will
appear. The last line is where you type IRC commands and messages. All
IRC commands begin with a /. The slash tells the computer you are about
to enter a command, rather than a message. To see what channels are
available, type
/list
and hit enter.
You'll get something like this:
*** Channel Users Topic
*** #Money 1 School CA$H (/msg SOS_AID help)
*** #Gone 1 ----->> Gone with the wind!!! ------>>>>>
*** #mee 1
*** #eclipse 1
*** #hiya 2
*** #saigon 4
*** #screwed 3
*** #z 2
*** #comix 1 LET'S TALK 'BOUT COMIX!!!!!
*** #Drama 1
*** #RayTrace 1 Rendering to Reality and Back
*** #NeXT 1
*** #wicca 4 Mr. Potato Head, R. I.
P.
*** #dde^mhe` 1 no'ng chay? mo*? ...ba` con design website o*iiii
*** #jgm 1
*** #ucd 1
*** #Maine 2
*** #Snuffland 1
*** #p/g! 4
*** #DragonSrv 1
Because IRC allows for a large number of channels, the list might
scroll off your screen, so you might design website want to turn on your computer's
screen capture to capture the entire list. Note that the channels
always have names, instead of numbers. Each line in the listing tells
you the channel name, the number of people currently in it, and whether
there's a specific topic for it. To switch to a particular channel,
type
/join #channel
where "#channel" is the channel name and hit enter. Some "public"
channels actually require an invitation from somebody already on it. To
request an invitation, type
/who #channel-name
where channel-name is the name of the channel, and hit enter. Then ask
someone with an @ next to their name if you can join in. Note that
whenever you enter a channel, you have to include the #. Choose one
with a number of users, so you can see IRC in action.
If it's a busy channel, as soon as you join it, the top of your
screen will quickly be filled with messages. Each will start with a
person's IRC nickname, followed by his message.
It may seem awfully confusing at first. There could be two or
three conversations going on at the same time and sometimes the
messages will come in so fast you'll wonder how you can read them all.
Eventually, though, you'll get into the rhythm of the channel and
things will begin to make more sense.
You might even want to add your
two cents (in fact, don't be surprised if a message to you shows up on
your screen right away; on some channels, newcomers are welcomed
immediately). To enter a public message, simply type it on that bottom
line (the computer knows it's a message because you haven't started the
line with a slash) and hit enter.
Public messages have a user's nickname in brackets, like this:
If you receive a private message from somebody, his name will be
between asterisks, like this:
*tomg*
11.3 IRC COMMANDS
Note: Hit enter after each command.
/away When you're called away to put out a grease fire
in the kitchen, issue this command to let others know
you're still connected but just away from your terminal
or computer for awhile.
/help Brings up a list of commands for which there is a help
file. You will get a "topic:" prompt. Type in the
subject for which you want information and hit enter.
Hit enter by itself to exit help.
/invite Asks another IRC to join you in a conversation.
/invite fleepo #hottub
would send a message to fleepo asking him to join you on
the #hottub channel. The channel name is optional.
/join Use this to switch to or create a particular channel,
like this:
/join #hottub
If one of these channels exists and is not a private
one, you will enter it. Otherwise, you have just
created it. Note you have to use a # as the first
character.
/list This will give you a list of all available public
channels, ... |