Project

General

Profile

$decompress » History » Version 12

Per Amundsen, 02/16/2023 09:32 PM

1 1 Per Amundsen
_Added in 1.9.4_
2
3 7 Per Amundsen
*$decompress(file|&bvar, blNmN)*
4 1 Per Amundsen
5
Decompresses the specified file or binary variable.
6
7 9 Per Amundsen
_If no mN parameter is specified, AdiIRC will try detect the type._
8 4 Per Amundsen
9
_Can be used to decompress theme files._
10 1 Per Amundsen
11 7 Per Amundsen
_See also [[$compress]]._
12
13 1 Per Amundsen
*Parameters*
14
15 12 Per Amundsen
table(ktable).
16
|*Parameter*|*Description*|
17
| file<notextile>|</notextile>&binvar | File or &binvar to decompress. |
18
| blN | b indicates a &binvar is specified. |
19
| lN | *TODO* |
20
| mN | If N = 1 is raw (default), N = 2 is zlib, and N = 3 is gzip. |