6.7.2.2. A sample IRC session
When you type irc, your terminal screen
splits into two parts.
The top part shows what's happening on the server and the channel;
the bottom part (a single line) is where you type commands and text.
In between the two parts is a status line with the time of day, your nick,
and other information.
Some terminals can't do what irc
wants them to; if you get an error message about this, try the command
irc -d to use "dumb mode" instead.
A good ircII command to start with is /help,
which provides a list of other commands.
The commands /help intro and
/help newuser give introductions.
For help with a particular command, give its name--such as
/help server for help with the
/server command.
When you're done with help, you'll get a "Help?" prompt; you can type
another help topic name, or simply press
RETURN to leave the help system.
Another common command is /motd, the
"message of the day," which often explains the server's policies.
You can type your nick on the irc command line.
Your IRC program should have a default server.
You can change servers with the /server
command; you'd do this if your server is full (you get the message
"connection timed out," "connection refused," etc.).
If your default IRC server is down or busy, you can also give a server
hostname on the irc command line, after
your nick.
In the following examples, we show the text you type (from the bottom
line of the screen) in boldface, followed by
the responses you might see (from the top of the screen) in unbolded text.
$ irc sstjohn us.undernet.org
*** Connecting to port 6667 of server us.undernet.org
...
*** Closing Link: sstjohn by austin.tx.us.undernet.org (Sorry, your
+connection class is full - try again later or try another server)
*** Connecting to port 6667 of server us.undernet.org
...
*** Welcome to the Internet Relay Network sstjohn (from
+Arlington.VA.US.Undernet.Org)
...
*** on 1 ca 1(4) ft 10(10)
/motd
*** The message of the day was last changed: 27/7/2001
*** on 1 ca 1(4) ft 10(10)
*** - Arlington.VA.US.Undernet.Org Message of the Day -
*** - 27/7/2001 20:39
...
*** - SERVER POLICIES:
...
/help newuser
*** Help on newuser
...
*** Hit any key for more, 'q' to quit ***
...
Help? RETURN
/whois sstjohn
*** sstjohn is ~jpeek@kumquat.jpeek.com (Steve St. John)
*** on irc via server *.undernet.org (The Undernet Underworld)
*** sstjohn has been idle 1 minutes
Messages from the server start with ***.
Long lines are broken and continue on following lines that start with
+.
After connecting to the server, I used /whois
with my nick to find what information other users could see about me.
The Undernet servers have thousands of channels open, so I started by
searching for channels with "help" in their names; you can use wildcards,
such as *help*, to do this:
/list *help*
*** Channel Users Topic
*** #helpmania 2 A yellow light, an open door, hello neighbor,
+there's room for more. English
*** #underneth 14 -= UndernetHelp =- Ask your color free questions
+& wait for it to be answered. (undernethelp@fivemile.org)
*** #mIRCHelp 14 Welcome to Undernet's mIRC Help Channel! Beginners
+welcome :-)
*** #irc_help 48 Welcome to #irc_help. We do not assist in
+questions/channels regarding warez, mp3, porn, fserve, etc.
...list goes on and on...
/list *mp3*
...list of groups discussing/sharing MP3 files...
I want to see what's happening, so I join the biggest help channel:
#irc_help, which has 48 users now:
/join #irc_help
*** sstjohn (jpeek@kumquat.jpeek.com) has joined channel #irc_help
*** Topic for #irc_help: Welcome to #irc_help. We do not assist in
+questions/channels regarding warez, mp3, porn, fserve, etc.
*** Users on #irc_help: sstjohn ChuckieCheese Dodgerl GooberZ
+Kinger MotorMouth @theDRJoker MrBean SweetPea LavaBoy GrandapaJoe
...
Some names in the list of users, like @Darkmind,
start with @; these users are ops.
Let's watch some more of the action.
After a couple of users leave the channel,
a new user MsTiger joins and asks for help.
Each time a user types a line of text that isn't a command,
it's sent to everyone else on the channel, preceded by that user's
nick, like <MsTiger>:
*** ChuckieCheese has left channel #irc_help
*** GooberZ has left channel #irc_help
*** HelloWorld (~hw@foo.edu) has joined channel #irc_help
*** MsTiger (~tiger@zz.ro) has joined channel #irc_help
<MsTiger> help me
<MsTiger> please
<Kinger> MsTiger what can we help you with ?
<MsTiger> my channel is not op
<Kinger> LavaBoy tell MsTiger about no opers
<LavaBoy> MsTiger, *shrug*
<GrandapaJoe> MsTiger Sorry, but there are currently NO IRC Operators
+available to help you with your channels. Please be patient and wait
+for an Operator to join.
*** MsTiger has left channel #irc_help
The channel has gotten quiet, so I jump in with a question:
Hello all. When I joined, I had a problem
...
Any suggestions??
*** Thor (dfdddd@194.999.231.00) has joined channel #irc_help
<[Wizard]> Can you help me plz
<LavaBoy> Try typing !help in the channel, [MORTAL].
/leave
*** sstjohn has left channel #irc_help
/quit
$