home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / java / in4wjcxu / other / irc / doc / alt-irc-faq < prev    next >
Encoding:
Text File  |  1996-08-14  |  12.8 KB  |  294 lines

  1. (1) What is IRC? 
  2.  
  3.     IRC stands for "Internet Relay Chat". It was originally
  4. written by Jarkko Oikarinen (jto@tolsun.oulu.fi) in 1988. Since starting
  5. in Finland, it has been used in over 60 countries around the world.  It
  6. was designed as a replacement for the "talk" program but has become much
  7. much more than that. IRC is a multi-user chat system, where people convene
  8. on "channels" (a virtual place, usually with a topic of conversation) to
  9. talk in groups, or privately. IRC is constantly evolving, so the way
  10. things to work one week may not be the way they work the next. Read the
  11. MOTD (message of the day) every time you use IRC to keep up on any new
  12. happenings or server updates.
  13.  
  14.     IRC gained international fame during the 1991 Persian Gulf War,
  15. where updates from around the world came accross the wire, and most irc
  16. users who were online at the time gathered on a single channel to hear
  17. these reports. IRC had similar uses during the coup against Boris Yeltsin
  18. in September 1993, where IRC users from Moscow were giving live reports
  19. about the unstable situation there.
  20.  
  21. (2) How is IRC set up?
  22.  
  23.     The user runs a "client" program (usually called 'irc') which
  24. connects to the IRC network via another program called a "server".
  25. Servers exist to pass messages from user to user over the IRC network.
  26.  
  27. (3) How do I use a client?
  28.  
  29.     First, check to see if irc is installed on your system. Type
  30. "irc" from your prompt. If this doesn't work, ask your local systems
  31. people if irc is already installed. This will save you the work of
  32. installing it yourself.
  33.  
  34.     If an IRC client isn't already on your system, you either
  35. compile the source yourself, have someone else on your machine compile
  36. the source for you, or use the TELNET client. 
  37. "telnet ircclient.itc.univie.ac.at 6668". Please only use the latter when 
  38. you have no other way of reaching IRC, as this resource is quite
  39. limited, slow, and *very* unreliable.
  40.  
  41. (4) Where can I get source for an IRC client?
  42.  
  43.     You can anonymous ftp to any of the following sites (use the
  44. one closest to you):  *** If you don't know what anonymous ftp is, ask
  45. your local systems people to show you ***
  46.  
  47. UNIX client-> cs.bu.edu /irc/clients
  48.           ftp.acsu.buffalo.edu /pub/irc
  49.           ftp.funet.fi /pub/unix/irc
  50.               coombs.anu.edu.au /pub/irc
  51.                      (NB. if there is something related to IRC and it can't
  52.                       be found under coombs.anu.edu.au:/pub/irc then it isn't
  53.                       worth having).
  54.           ftp.informatik.tu-muenchen.de /pub/comp/networking/irc/clients
  55.           slopoke.mlb.semi.harris.com /pub/irc
  56.           there is also a client avaliable with the server code.
  57. EMACS elisp-> cs.bu.edu /irc/clients/elisp
  58.           ftp.funet.fi /pub/unix/irc/Emacs
  59.               ftp.informatik.tu-muenchen.de /pub/comp/networking/irc/clients
  60.           slopoke.mlb.semi.harris.com /pub/irc/emacs
  61.               cs.hut.fi /pub/irchat
  62. X11 client->  catless.ncl.ac.uk /pub
  63.               harbor.ecn.purdue.edu /pub/tcl/code
  64. VMS ->        cs.bu.edu /irc/clients/vms
  65.           coombs.anu.edu.au /pub/irc/vms
  66.               ftp.funet.fi  /pub/unix/irc/vms
  67.               ftp.informatik.tu-muenchen.de /pub/net/irc
  68. REXX client for VM->    cs.bu.edu /irc/clients/rxirc
  69.                         ftp.informatik.uni-oldenburg.de /pub/irc/rxirc
  70.                         ftp.informatik.tu-muenchen.de /pub/net/irc/VM
  71.                         coombs.anu.edu.au /pub/irc/rxirc
  72.                         ftp.funet.fi /pub/unix/irc/rxirc
  73. MSDOS->         cs.bu.edu /irc/clients/msdos
  74.                 ftp.funet.fi /pub/unix/irc/msdos
  75. Macintosh->     cs.bu.edu /irc/clients/macintosh
  76.                 sumex-aim.stanford.edu /info-mac/comm
  77.                 ftp.funet.fi /pub/unix/irc/mac
  78.                 ftp.ira.uka.de /pub/systems/mac
  79.  
  80. (5) Which server do I connect to?
  81.  
  82.     It's usually best to try and connect to one geographically
  83. close, even though that may not be the best. You can always ask when you
  84. get on IRC. Here's a list of servers avaliable for connection:
  85.  
  86. USA:
  87.         cs-pub.bu.edu
  88.         irc.colorado.edu
  89.                 irc-2.mit.edu
  90.  
  91. Canada:
  92.         ug.cs.dal.ca
  93.  
  94. Europe:
  95.         irc.funet.fi
  96.         cismhp.univ-lyon1.fr
  97.                 disuns2.epfl.ch
  98.                 irc.nada.kth.se
  99.         sokrates.informatik.uni-kl.de
  100.                 bim.itc.univie.ac.at
  101.  
  102. Australia:
  103.         jello.qabc.uq.oz.au
  104.  
  105.  
  106. This is, by no means, a comprehensive list, but merely a start. Connect
  107. to the closest of these servers and join the channel #Twilight_Zone
  108. When you get there, immediately ask what you want. Don't say "I have a
  109. question" because then hardly anyone will talk. 
  110.  
  111. (6) OK, I've got a client and I'm connected to a server, now what?
  112.  
  113.     It's probably best to take a look around and see what you want
  114. to do first. All IRC commands start with a "/", and most are one word.
  115. Typing /help will get you help information. /names will get you a list
  116. of names, etc. 
  117.  
  118. The output of /names is typically something like this->
  119.  
  120. Pub: #hack      zorgo eiji Patrick fup htoaster 
  121. Pub: #Nippon    @jircc @miyu_d 
  122. Pub: #nicole    MountainD 
  123. Pub: #hottub    omar liron beer Deadog moh pfloyd Dode greywolf SAMANTHA
  124.  
  125. (Note there are LOTS more channels than this, this is just sample
  126. output -- one way to stop /names from being too large is doing /names
  127. -min 20 which will only list channels with 20 or more people on it,
  128. but you can only do this with the ircII client).
  129.  
  130. "Pub" means public (or "visible") channel. "hack" is the channel name.
  131. "#" is the prefix. A "@" before someone's nickname indicates he/she is the
  132. "Channel operator" (see #7) of that channel. A Channel Operator is someone
  133. who has control over a specific channel. It can be shared or not as the
  134. first Channel Operator sees fit. The first person to join the channel
  135. automatically receives Channel Operator status, and can share it with
  136. anyone he/she chooses (or not).  Another thing you might see is "Prv"
  137. which means private. You will only see this if you are on that private
  138. channel. No one can see Private channels except those who are on that
  139. particular private channel.
  140.  
  141. (7) What is a channel operator? What is an IRC operator? 
  142.  
  143.     A channel operator is someone with a "@" by their nickname in
  144. a /names list, or a "@" by the channel name in /whois output. Channel
  145. operators are kings/queens of their channel. This means they can kick
  146. you out of their channel for no reason. If you don't like this, you
  147. can start your own channel and become a channel operator there. 
  148.  
  149.     An IRC operator is someone who maintains the IRC network. They
  150. cannot fix channel problems. They cannot kick someone out of a channel
  151. for you. They cannot /kill (kick someone out of IRC temporarily)
  152. someone just because you gave the offender channel operator privileges
  153. and said offender kicked *you* off.
  154.  
  155. (8) What is a "bot"? 
  156.  
  157.         "bot" is short for "robot". It is a script run from an ircII
  158. client or a separate program (in perl, C, and sometimes more obscure
  159. languages). StarOwl@uiuc.edu (Michael Adams) defined bots very well: "A
  160. bot is a vile creation of /lusers to make up for lack of penis length".
  161. IRC bots are generally not needed. See (10) below about "ownership" of
  162. nicknames and channels.
  163.  
  164.     It should be noted that many servers (especially in the USA) have
  165. started to ban ALL bots. Some ban bots so much that if you run a bot on
  166. their server, you will be banned from using that server (see segment below
  167. on K: lines). 
  168.  
  169. (9) What are good channels to try while using IRC?
  170.  
  171.     #hottub and #initgame are almost always teeming with people.
  172. #hottub is meant to simulate a hot tub, and #initgame is a non-stop game
  173. of "inits" (initials). Just join and find out! 
  174.  
  175.     To get a list of channels with their names and topics, do
  176. /list -min 20 (on ircII) which will show you channels with 20 or more
  177. members. You can also do this for smaller numbers.
  178.  
  179.     Many IRC operators are in #Twilight_Zone ... so if you join
  180. that channel be prepared for a lot of senseless dribble, more like what
  181. you find on the other channels listed above (#hottub).  What was once a
  182. place of people who could help you has turned into just another place
  183. for those who have nothing better to do with themselves than just be
  184. there.  If you find other documents saying go there to ask questions,
  185. ignore them.  They should be considered to be out of date.
  186.      
  187. (10) Someone is using my nickname, can anyone do anything about it?
  188.     Someone is using my channel, can anyone do anything about it?
  189.  
  190.         There are not enough nicknames to have nickname ownership. If
  191. someone takes your nickname while you are not on IRC, you can ask for
  192. them to give it back, but you can not *demand* it, nor will IRC operators
  193. /kill for nickname ownership.  If you goto #Twilight_zone, you will find
  194. a bunch of people who will refuse to do this for you, yet they will do it
  195. for themselves or their friends or use /kill for even less reasonable uses.
  196.         
  197.         There are, literally, millions of possible channel names, so if
  198. someone is on your usual channel, just go to another. You can /msg them
  199. and ask for them to leave, but you can't *force* them to leave. 
  200.  
  201. (11) There aren't any channel operators on my channel, now what? 
  202.  
  203.         Channel operators are the owner(s) of their respective channels.
  204. Keep this in mind when giving out channel operator powers (make sure to
  205. give them to enough people so that all of the channel operators don't
  206. unexpectedly leave and the channel is stuck without a channel operator).
  207.  
  208.         On the other hand, do not give out channel operator to
  209. *everyone*. This causes the possibility of mass-kicking, where the
  210. channel would be stuck without any channel operators.
  211.  
  212.     You have one option. You can ask everyone to leave and rejoin
  213. the channel. This is a good way to get channel operator back. It
  214. doesn't work on large channels or ones with bots, for obvious reasons.
  215.  
  216. (12) What if someone tells me to type something cryptic?
  217.  
  218.     Never type anything anyone tells you to without knowing what it
  219. is. There is a problem with typing certain commands with the ircII
  220. client that give anyone immediate control of your client (and thus can
  221. gain access to your account).
  222.  
  223. (13) What does "*** Ghosts are not allowed on IRC." mean? 
  224.  
  225.     On IRC, you cannot be banned from every single server.
  226. Server-banning exists only on a per-server basis (being banned on one
  227. server does not mean you are automatically banned from another). "Ghosts
  228. are not allowed on IRC" means that you are banned from using that server.
  229. The banning is in one of three forms:
  230.  
  231.  * You are banned specifically, you yourself.  Only you can be responsible
  232.    for this (if you are using a shared account, this obviously does not
  233.    apply). Thus the responsibility lies completely with you and you have
  234.    noone to complain to. 
  235.  
  236.  * Your machine is banned. Chances are it wasn't you who committed the
  237.    wrongdoing. Try using another machine on campus and seeing if you can
  238.    use that particular irc server then.
  239.  
  240.  * Your whole site is banned (where "site" == "school", "company",
  241.    "country"). This almost certainly wasn't your fault. And chances are
  242.    you won't be able to get the server-ban lifted. Try using another
  243.    server. 
  244.  
  245.     The most general answer is "use another server", but if it bothers
  246. you, try writing to the irc administrator of that site --> 
  247. /admin server.name.here  -- plead your case. It might even get somewhere!
  248.  
  249. (14) Where can I find GIF archives of IRC people?
  250.  
  251.         GIF archives of IRC people are available:
  252.  
  253.      ftp.funet.fi:/pub/pics/people/misc/irc (NORDUnet only)
  254.      ftp.informatik.tu-muenchen.de /pub/comp/networking/irc/RP
  255.  
  256. (15) Where can I learn more?
  257.  
  258.     The best, basic, IRC user's manual is the IRC Primer,
  259. available in plain text, PostScript, and LaTeX from
  260. cs-pub.bu.edu:/irc/support ... Another good place to start might be
  261. downloading the IRC tutorials.  They're avaliable via anonymous ftp
  262. from cs-pub.bu.edu in /irc/support/tutorial.* 
  263.  
  264.     You can also join various IRC related mailing lists: 
  265.  
  266.  * "operlist" is a list that discusses current (and past) server code,
  267.    routing, and protocol. *WARNING* this mailling list has a *LOT* of
  268.    flame traffic from those who think they know everything but in reality
  269.    have no better idea than you.  You can join by mailing
  270.    operlist-request@kei.com. 
  271.  
  272.  * "irchat" is an elisp client. You can join the irchat mailing list by
  273.    mailing irchat-request@cc.tut.fi.
  274.  
  275.  * "ircd-three" is a list that exists to discuss protocol revisions
  276.    for the 3.0 release of the ircd (irc server), currently in
  277.    planning.  Mail ircd-three-request@kei.com to be added.
  278.  
  279.  * "vmsirc" is a list for the questions, problems, and discussions
  280.    related to the vms IRC clients. Mail vmsirc-request@vax1.elon.edu
  281.    (with "subscribe" in the message body).
  282.  
  283. NOTE! These are not "Help me, where can I get started?" lists. For
  284. that information, read the IRCprimer noted above. 
  285.  
  286.     Those looking for more technical information can get the IRC
  287. RFC (rfc1459) available at all RFC ftp sites, as well as
  288. cs-pub.bu.edu:/irc/support/rfc1459.txt
  289.  
  290. (16) What do I do if I'm still confused or have additions to this document?
  291.  
  292.     email hrose@kei.com or avalon@coombs.anu.edu.au
  293.  
  294.