IRIE Script by Wr0ngWay

Ok, here are the beginnings of a tcl script I am working on for the
XiRCON Communicator IRC client for Windows95/NT4.
It's still fairly basic, and mostly just has the various functions I decided
I needed for myself.  I will be adding more as the time goes by though, and 
eventually, there may even be help screens!  For now however, you'll pretty much
just have to look at the code to figure out what you can do with it.  The Code
is broken down into functional groupings, each to its own file.  Thus, to see what
functionaily is available for Ignoring someone, you'd look in the ignore.tcl file

To use this script, simply, unzip all the tcl files into a directory.
Then Goto the Preferences dialog (Tools->Preferences)
then the Scripts tab, and add irie.tcl as a script file you want loaded on startup.


Enjoy, and send any suggestions or bug reports to wrongway@mindspring.com
or talk to me on IRC EF-Net as Wr0ngWay



Wr0ngWay


Here are some URLs to find additional TCL info:
TCL Distribution:
http://www.sunlabs.com/research/tcl/
(You get a nice Windows Help file containing the TCL Command reference here)

TCL WWW Meta site:
http://www.sco.com/Technology/tcl/Tcl.html
(Links to a whole bunch of tcl info)

