Liam's BitchX Command Reference
BitchX scripting function $sort()
- sort
- Function
- $sort()
- Usage
- $sort(words and/or numbers)
- Returns
- sorts stuff alphabetically
- Example
- $sort(9 4 10 6 g n r f) returns "10 4 6 9 f g n r"
Compare with $numsort() wich would return "f g n r 4 6 9 10"