Liam's BitchX Command Reference
BitchX scripting function $word()
- word
- Function
- $word()
- Usage
- $word(number text)
- Returns
- the <number>th word in <text>. The first word is numbered zero.
- Example
- $word(3 one two three four five) returns "four" (think about it)