Liam's BitchX Command Reference
BitchX scripting function $rest()
- rest
- Function
- $rest()
- Usage
- $rest(n string)
- Returns
- the given string starting at the nth chracter, in
the same way that $restw() does for words. The first
character is numbered zero.
- Example
- $rest(2 unhappy youth) returns "happy youth".