home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 December / PCO1296.ISO / filesbbs / dos / meritirc.arj / IRCLIENT.DOC < prev    next >
Encoding:
Text File  |  1991-06-21  |  5.1 KB  |  121 lines

  1.  
  2. *** IBM IRClient -- Interface to the Internet Relay Chat system
  3.  
  4. QUICK SETUP
  5.     Create a directory for IRClient and CONFIG programs, and another within 
  6.     that directory for the Help Files.  UnZIP or COPY the files to their 
  7.     respective directories.  Run CONFIG.EXE, or use TED2 to edit the 
  8.     SAMPLE.RC file.  Run IRClient and get on IRC.  Do an Alt-H once you're 
  9.     on IRC.  Otherwise, read on...
  10.  
  11. DESCRIPTION
  12.   - The IRClient program is a full screen interface to Internet Relay Chat. 
  13.     It gives full access to all of the normal IRC functions, plus several
  14.     additional options.
  15.   - Esc key erases current line.   Delete key deletes character under the 
  16.     cursor.  The Backspace key deletes the character preceding the cursor.
  17.   - 50 line message history available via up/down arrow keys.
  18.   - /LOG toggles on/off recording of all text to IRC.LOG.  The log file is 
  19.     date & time stamped whenever toggled ON/OFF.
  20.  
  21. DESCRIPTION
  22.     The screen is split into two parts, separated by an inverse-video status 
  23.     line.  The upper (larger) part of the screen displays responses from the 
  24.     IRC server.  The lower part of the screen (a single line) accepts 
  25.     keyboard input.
  26.  
  27. COMMANDS
  28.     Any line beginning with the slash character '/' is regarded as an IRC 
  29.     command.  Any line not beginning with this character is treated as a 
  30.     message to be sent to the current channel, if allowed.
  31.  
  32.   - Typing Alt-H will bring up a list of Help Topics, as will: /help
  33.   - To get a summary of commands and their aliases, type:      /help sum
  34.  
  35. FILES
  36.     IRClient.EXE    - The IRClient program
  37.     IRClient.DOC    - This file
  38.     CONFIG.EXE      - IRClient configuration program
  39.     SAMPLE.RC       - Sample IRCRC file
  40.     HELP.ZIP        - IRClient Help files (*.HLP files)
  41.     TED2.COM        - ASCII text editor for editing IRCRC
  42.     IRC.BAT         - Sample IRClient BATch file
  43.  
  44. ENVIRONMENT VARIABLES
  45.     IRCNICK - The user's nickname
  46.  
  47. IRCRC.
  48.     When IRClient is executed, it checks the current directory for an IRCRC 
  49.     file and loads the data in the file.  This allows predefinition of 
  50.     certain features.  This file CAN be created and/or maintained using the 
  51.     provided ASCII text editor.  Otherwise, use CONFIG.EXE . . . WARNING: 
  52.     It's not exactly user-friendly...
  53.  
  54.     Lines in the IRCRC file in order:
  55.  
  56.  1. version  - IRClient version number (current version is 1.00)
  57.  2. prefix   - ATDT or ATDP
  58.  3. phone    - Local network dialup number
  59.  4. server   - IRC Server address      (try: 141.212.68.26)
  60.  5. com      - COM port to use         (1 or 2)
  61.  6. baud     - Modem speed             (300, 1200, 2400, or 9600)
  62.  7. help     - Help files directory    (c:\irc\hlp  - /help files dir)
  63.  8. IRCdir   - IRClient home directory (c:\irc      - IRC.LOG dir)
  64.  9. userid   - <userid>@systemname.etc
  65. 10. name     - Real name, handle, whatever
  66. 11. thru 20. - F-key macro definitions (ten of 'em--up to 15 chars. each)
  67.  
  68. Sample macros: 
  69. /msg IRCIIhelp
  70. /msg NickServ
  71. /msg NoteServ
  72. @service.de
  73. register
  74. identify
  75. password
  76. unused
  77. x
  78. F10                                    (... x? well, enter *something* ...)
  79.  
  80.  
  81. IRC.BAT
  82.     @ECHO OFF                          (no "@" if DOS less than 3.30)
  83.     SET IRCNICK=%1
  84.     IRClient
  85.     SET IRCNICK=
  86.  
  87. QUIRKS
  88.   - Clock is updated when keys are pressed, i.e, no typing--no update.
  89.   - All valid IRC client commands are availble by using: /QUOTE <command> 
  90.     Some commands may have been disabled by the IRC operator for security 
  91.     and/or other reasons.
  92.   - Lacks many commands and features available to users of the VM, VMS, Unix 
  93.     versions of the IRCII client program.
  94.   - Some of the errors Merit manages to generate cannot be handled by the 
  95.     currently limited COM port error trapping capabilities of IRClient. 
  96.     Parity errors, for instance, will stop IRClient in its tracks. Rebooting 
  97.     is generally the only way to get back home in such cases. This type of 
  98.     error does not occur often... that may change now....
  99.  
  100. TIPS
  101.     The Pause key will do a nice job of stopping scrolling.  Scrolling can 
  102.     be resumed by pressing Print Screen or Enter.  Character keys are not 
  103.     recommended for resuming scrolling.  Try it, you'll soon know why.  Keep 
  104.     in mind that the Pause key will stop everything done by the program, 
  105.     including keeping the server aware of your presence, which can result in 
  106.     your being disconnected from the server.  This applies to the use of 
  107.     /EXEC also.  The server is sent a PONG when you invoke /EXEC, and 
  108.     immediately upon your return from an /EXEC function, but if you are 
  109.     using a DOS function or a program for more than a couple minutes, you 
  110.     may find yourself disconnected from the server when you return.
  111.  
  112. AUTHORS
  113.  
  114.     IRCII: Program by Michael Sandrof (ms5n+@andrew.cmu.edu)
  115.     IBM IRClient: Program by Dave Leeak (70431.3011@compuserve.com)
  116.  
  117.     With a large portion of credit for IRClient due to:
  118.                   - Eric Blade, author of MSDOS IRCEXE v1.4
  119.                   - Tom Couey, author of the INPT routine
  120.  
  121.