Liam's BitchX Command Reference
BitchX scripting function $diff()
- diff
- Function
- $diff()
- Usage
- $diff(string of text / string of text)
- Returns
- given two sets of words, seperated by a forward-slash '/', returns
all words that are not found in both sets
- Example
- $diff(one two three / buckle my three shoe)
returns "one two buckle my shoe"