To install this plugin just place its directory (bldjid)
into Tkabber's plugin directory. Most likely it is either
~/.tkabber/plugins
or
C:\Documents and Settings\YourUser\Application Data\Tkabber\plugins (Win XP)
С:\Users\YourUser\appdata\Roaming\Tkabber\plugins (Windows 7 or Vista)
where C: is the drive your system is installed on.

So, you'll have something like this:
~/.tkabber/plugins/bldjid/bldjid.tcl
or
C:\Documents and Settings\YourUser\Application Data\Tkabber\plugins\bldjid\bldjid.tcl

Please remember you'll need a package named sqlite in order to work
with this plugin. First check if it's already installed. Run 'wish':
Linux:		wish
Windows:	Start -> Run -> wish
and execute in it:
	package require sqlite3
If you get something like 3.7.3, it's installed.
If you are told it can't be found you have to install it:
on Debian-like systems:		sudo apt-get install sqlite3
on Windows-like systems:
1) either try to get it yourself installing ActiveState Tcl which has it as a part
of the distro (probably you'll need to get it via 'teacup' package).
http://www.activestate.com/activetcl/downloads
2) get it from my Jabbim Disk (I took it from ActiveTcl as well):
http://disk.jabbim.cz/bigote@jabber.ru/sqlite33.7.3.zip
Unfortunately, a library found on sqlite.org doesn't work.
Now you need to know where to place the dll. Type in the same 'wish':
	set auto_path
You'll see a list of directories. Your dll should be placed in one of them,
along with the file pkgIndex.tcl (just unzip the archive in one of the directories).
Check again if it's loaded (package require sqlite3).

After that you have to enable the plugin
Tkabber -> Customize -> Plugins Management -> enable the plugin Bldjid2.

See README_1st and README files for more information and usage and...
Happy banning! :-D
