-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/identifiers/$encode"
< mirc | identifiers
m (Bot: Fixing compatibility) |
(→Synopsis) |
||
Line 2: | Line 2: | ||
== Synopsis == | == Synopsis == | ||
− | <pre>$encode(text/%var/&binvar,mubt, | + | <pre>$encode(text/%var/&binvar, mubt, key[, salt | iv])</pre> |
== Parameters == | == Parameters == |
Revision as of 12:30, 13 July 2014
The $encode identifier allows you to ecnode literal text, or text in %vars - mIRC or &binvars - mIRC. The $encode identifier uses either Uuencode or [[Mime] to encode.
Contents
[hide]Synopsis
$encode(text/%var/&binvar, mubt, key[, salt | iv])
Parameters
%var/&binvar The target to be encoded
m Target should be encoded using Mime
u Target should be encoded using Uuencode (this is default encode type)
b Target is a &binvar
t Target is text (this is default target type)
N Reference index for the Nth chunk in the output 60-character encoded chunk
Example
Echo to the active screen the following encode text, using the Mime type:
//echo -a $encode(Hello there! This will be encoded using Mime.,m)
Compatibility
Added: mIRC v5.8
Added on: 05 Sep 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also
[Expand]