home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / irc282.zip / readme.!!! < prev    next >
Text File  |  1995-12-06  |  3KB  |  70 lines

  1. Sorry for my english, guys :)
  2.  
  3.  
  4.   OS/2 port of IrcII 2.8.2, beta 1.3
  5.   
  6.   Installation:
  7.   
  8. 1) Additional programs (please read)
  9.  
  10.       The default shell is "sh", so copy bin/sh.exe to a PATH or
  11.     if you wont use sh, add these lines to your ircrc file:
  12.           SET SHELL cmd
  13.           SET SHELL_FLAG /c
  14.         
  15.     Using bin/sh is recommened, because this port was not tested
  16.     with cmd.exe. Shell bin/sh.exe wich is included here, are 
  17.     actually modified pdksh/2. It's very compatible with unix shell
  18.     scripts, for example config.h for this emx port was generated 
  19.     using sh.exe and configre, not manualy.
  20.      
  21.     Also some unix utilites are included, wich are used often in
  22.     a scripts. These utilites are from gnu?util.zip files, wich 
  23.     can be found on    ftp://hobbes.nmsu.edu/os2/unix.
  24.  
  25.     The ls.exe is modified to produce unix-style output with -l option, 
  26.      for using with unix ircii scripts. Same as ls -ln, but you don't need
  27.     to scan every script for exec ls -l. 
  28.  
  29.       So even if you have Gnu unix utilites already installed, please
  30.     replace ls.exe with one from this package. The only change I made
  31.     there is using unix output format by default.
  32.  
  33.     If you don't have unix utilites installed, copy bin/* to your
  34.     PATH, and dll/gnu*.dll to LIBPATH.
  35.  
  36. 2) /bind command
  37.  
  38.     First, 0 is binded to meta3 by default...this mean you can use
  39.         /bind meta3-K backward_character
  40.         /bind meta3-M forward_character
  41.      etc for binding os/2 keys.  
  42.  
  43.      There are little hack in /bind for using VT-100 key bindings:
  44.      when command is /bind meta2-<some key>, following replacement
  45.      takes place:
  46.         /bind meta2-A   =>  /bind meta3-H     (up arrow)
  47.         /bind meta2-B   =>  /bind meta3-H     (down arrow)
  48.         /bind meta2-C   =>  /bind meta3-M     (right arrow)
  49.         /bind meta2-D   =>  /bind meta3-K     (left arrow)
  50.           ....
  51.       etc, also for PgUP, PgDown, Insert, Delete, Home and End keys.
  52.  
  53.     So if you loading original unix script, all keys should work.
  54.     
  55.     
  56. 3) Scripts
  57.  
  58.     I tried original(unmodified) phoenix, lice, raven and djinn 
  59.     scripts with this port, everything seems working fine, 
  60.     but who knows... Also if you trying to do /xdcc offer 
  61.     c:\xxx\bigt*.jpg, and it doesn't work, you should search your script
  62.     for alias getdir, and something like if ([$[1]TESTFILE == [/]),
  63.      checking for <drive>: should be putted there. Or better download
  64.     tvfs.zip from hobbes, you will forget about drive letters at all.
  65.     
  66.    
  67. 4) Please report errors and send suggestions to mikh@escape.com.
  68.    
  69.  
  70.