Liam's BitchX Command Reference
BitchX scripting function $insertw()
- insertw
- Function
- $insertw()
- Notes
- the first word is numbered 0.
- Usage
- $insertw(num word string of text)
- Returns
- "string of text" such that "word" is the "num"th word
in the string.
- Example
- $insertw(3 foo now is the time for) returns "now is the foo time for"