Actions
Added in 4.0
$ansi2mirc(ansi text)
Converts ANSI control codes into AdiIRC-supported control codes, including colors and font styles.
Parameters
Parameter | Description |
ansi text | The text containing ANSI control codes to convert. |
Example
//echo -ag $ansi2mirc($chr(27) $+ [1;44;33mThis text is colored)
Updated by Per Amundsen almost 2 years ago · 3 revisions