Discussion of eggdrop bots, shell accounts and tcl scripts.
Skip to content
Post by benzon » Wed Mar 12, 2003 6:38 pm
Post by ppslim » Wed Mar 12, 2003 7:48 pm
Code: Select all
global MyTstamp if {![info exists MyTstamp]} { set MyTstamp 0 } if {([clock seconds] - $MyTstamp) > (20 * 60)} { return } set MKyTstamp [clock seconds]
Return to “Archive”