Logged In: NO

FWIW, I worked on this last weekend, and got something
working. It's not as clean as I'd like, but it works.

I did the following:

* Added some variables in the cf file for the graphics
directory as seen from the perl script (as opposed to from
the web).

* Made an html form that has a file upload box, as well as a
textbox for setting the image name.

* Implemented a new command in chiq.pl that handles the
form. Sanitizes the name, etc, etc, and copies it to the
graphics dir.

* In the startup routine of chiq.pl, it now looks in the
graphics dir and registers all the images as emoticons.

So now images can be embedded just by writing their name
inside pipe symbols, like named emoticons. i.e., |like_this|.

Problems with my implementation:

* I use the 'file' command, which is probably not portable
outside unix-ish platforms.

* It does feel kind of.. wrong.. to put all the images in
the emoticons db. otoh, emoticons are just a subset of all
user-embedded images.

I'll send you guys a patch once I clean things up a bit.

Cheers,
-Dan