decode
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | decode [2006/07/28 04:10] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: decode.txt, | ||
| + | ======Synopsis: | ||
| + | $__decode__(< | ||
| + | |||
| + | ======Technical: | ||
| + | * If the < | ||
| + | * The < | ||
| + | * This function returns the original < | ||
| + | * Hardcoding $[[encode]]()d values into your script IS A BAD THING. | ||
| + | |||
| + | ======Practical: | ||
| + | See the [[encode]](6) help page for examples. | ||
| + | |||
| + | ======Returns: | ||
| + | Given a string returned by [[encode]](), | ||
| + | to the [[encode]]() function. | ||
| + | |||
| + | ======Examples: | ||
| + | < | ||
| + | $encode(hello there) | ||
| + | $decode(GIGFGMGMGPCAHEGIGFHCGF) | ||
| + | $decode($encode(hello there)) | ||
| + | </ | ||
| + | |||
| + | ======History: | ||
| + | This function first appeared in ircII-2.2pre8 | ||
decode.txt · Last modified: 2006/07/28 04:10 by 127.0.0.1
