Liam's BitchX Command Reference
BitchX scripting function $center()
- center
- Function
- $center()
- Notes
- The string is truncated from the right, so the returned length
is NOT "width".
- Usage
- $center(width string)
- Returns
- Returns the string centered in "width" chars
- Example
- $center(30 BitchX) returns " BitchX"