home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / irc10h.zip / irc.txt < prev    next >
Text File  |  1993-08-07  |  4KB  |  106 lines

  1. IRC Client for OS/2 V1.0e
  2. Copyright (c) 1993 Chris Hawkinson, Computer Solutions by Hawkinson
  3.  
  4.  
  5. IRC client for OS/2 allows you to chat with other users, off of the Internet,
  6. using an IRC server.
  7.  
  8. This client is not based on any code previously done.  It follows the
  9. RFC 1459 Experimental Protocol (Dated May, 1993).  Where not all of the
  10. features of the latest UNIX IRC clients may not be avalible in this
  11. version, future versions will contain these features and more.  The main
  12. priority for this project was to get a OS/2 based client out so that people
  13. can make comments and requests on how to perfect it.  Making this a non-PM
  14. application was one of the ways the product was put out in a short period 
  15. of time.
  16.  
  17.  
  18. General Information
  19. -------------------
  20.  
  21. IRC (Internet Relay Chat) is a protocol for text based conferencing. The
  22. model is one of distributed processing.  A series of clients hook into a
  23. server (which handles the delivery and other functions).  The server
  24. itself may tie into more servers.  Thereby, someone connecting to a server
  25. in New York can chat with people from Europe, Asia, as well as other 
  26. domestic sites.
  27.  
  28. The best way to envision the IRC network is to envision the Internet itself,
  29. a series of clients hooked to a server (or workstations into a network),
  30. that is further connected to more servers (or networks).
  31.  
  32. Each user has a user name, a host name, a nickname and a real name.  When
  33. you first sign onto a IRC server much of this information is passed to it.
  34. With IRC for OS/2, all names, except your host name, are definable by the
  35. user.  The host name is taken from the HOSTNAME variable in the CONFIG.SYS.
  36. People will mostly know you by your nickname, but CAN get at the other
  37. information.  Very little is private on the IRC.
  38.  
  39. Once connected to an IRC server, you will find a series of 'channels'
  40. or areas of discussion.  Each channel has a name, and all, except private
  41. (invitation only) channels, are open to anyone.  Each channel has a channel
  42. operator who can do 'special' things.  This person is the one 'in charge'
  43. of the channel, and depending on the channel, may exert (or may not) control.
  44. The first person who /JOINs a channel creates it, and by default becomes
  45. the channel operator.  One item to note, all channels begin with a # (public)
  46. or a * (invititation only).
  47.  
  48.  
  49. You may JOIN (/JOIN) more than one channel.  Since this version of IRC for
  50. OS/2 is not 'multi-windowed', this can get a bit confusing, however, on each
  51. message you see, the first peice of information is the channel name.  As
  52. people write back and forth, you will see messages in the fomat of:
  53.  
  54. (channel name) Nickname: Message
  55.  
  56. The channel name is the channel that the message was stated in, the Nickname
  57. is the users nickname that sent the message, the Message is the message itself.
  58. To send a message in the conference you are currelty in, just type:
  59.  
  60. How is it going OS/2 lovers?
  61.  
  62. Will show up on the screens of all the people in the #os/2 conference.
  63.  
  64. With other commands, you can send private message to other users (/MSG
  65. command), gag an annoying user (/GAG), Log the session (/LOG) and many
  66. other features.
  67.  
  68. The easist way to learn IRC is to use it.  A quick reference guide is
  69. included under the name QUICK.TXT.
  70.  
  71.  
  72. How do you find an IRC server?
  73. ------------------------------
  74.  
  75. The best solution is to do an anonymous FTP to h.ece.uiuc.edu and look
  76. in the /irc directory for a file named something like servers.930601.
  77. Warning, not all the servers are 'publically' avalible, so it may take
  78. a few tries.  The idea is to use the one thats closest to you.  This
  79. speeds the IRC net and requires less loading on the Internet itself.
  80.  
  81. For testing, I used a series of servers from 2.7 on.  2.8.x.  servers
  82. have features missing on earlier versions.  However, both should be
  83. usable.
  84.  
  85. Why use IRC?
  86. ------------
  87.  
  88. In many circumstances 'real-time' chatting is faster, easier and better
  89. than a mailing list.  There are commonly 500+ channels to choose from,
  90. and thousands of users on at the same time.
  91.  
  92. Using a client instead of a Telnet client improves your performance (as
  93. well as the Internet), and also makes it easier for you to get into the
  94. world of IRC.
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.