Liam's BitchX Command Reference
BitchX scripting function $encode()
- encode
- Function
- $encode()
- Notes
- $encode($decode(text)) returns text (most of the time)
$decode($encode(text)) also returns text.
- Usage
- $encode(text)
- Returns
- a string, uniquely identified with <text> such that the string
can be used as a variable name.
- Example
- $encode(fe fi fo fum) returns "GGGFCAGGGJCAGGGPCAGGHFGN"