# throttle time in seconds set Xthrottled(time) 10 proc throttlecheckerX {nick chan} { global Xthrottled if {[info exists Xthrottled($chan)]} { return 1 } else { set Xthrottled($chan) [utimer $::Xthrottled(time) [list unset Xthrottled($chan)]] return 0 } } bind pub - !love fun_give-love proc fun_gi...