@verb #1371:"get_time" this none this rxdo #7153 @program #1371:"get_time" this none this {time} = args if (!(t = toint(time[1]))) return 0 else dur = 0 for x in [1..length(this.times)] if (index(this.times[x][1], argstr[3..$])) dur = this.times[x][2] break endif endfor if (!dur || dur * t >= 1209600) return 0 else return time() + dur * t endif endif "Last modified by Dax (#789) on Tue May 3 14:09:33 2005 MDT." .