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