ezirc.java -- www.alton-moore.net -- 12/06/1999 ----------------------------------------------- This is my IRC client program in Java. I must credit the rene.chat program, which I found on the internet, for teaching me a little about opening text windows and the like. I originally wrote this program to do console I/O, like the ezirc.c program does, but there is apparently a Java bug concerning keyboard input which rendered that program a little less than usable, so I had to convert to a more "conventional" method. Right now the program seems to work well enough to use. Any feedback would be appreciated; email alton@alton-moore.net with ideas or bugs. The .html file explains, to the user, a little more about the program, and you may wish to have a look at it.