Liam's BitchX Command Reference
BitchX scripting function $pass()
- pass
- Function
- $pass()
- Usage
- $pass(word1 word2)
- Returns
- does a char by char comparison of word2 to word1 and returns every
char of word2 that appears in word1
- Example
- $pass(green yellow) returns "e"
$pass(yellow green) returns "ee"