Other functions

addtabkey country crypt epic getcdcc getenv getgid getlogin getpgrp getreason gettabkey getuid help idle info irclib [jot] pid ppid sendcdcc uname version

Liam's BitchX Command Reference

BitchX scripting function $jot()

jot
Function
$jot()
Usage
$jot(val1 val2 ?step?)
Returns
list of #'s from val1 to val2 by options ?step?, decreasing OR increasing
Example
$jot(9 5 2) returns "9 7 5"


previous: itemtoindex next: jot