mIRC 6.1 added two new identifiers - $compress() and $decompress(), but not many details were given.
What compression algorithm is used for these?
LZW (unlikely, patented by Unisys)?
BZIP2 (unlikely, as it prefers really large files)?
Deflate (i.e. zlib)?