Guest User

Untitled

a guest
Jun 7th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.16 KB | None | 0 0
  1. bind EVNT - init-server nzb:timer
  2.  
  3. proc nzbm:timer {type} {
  4.     utimer 5 read:new
  5. }
  6.  
  7. proc read:new {} {
  8.     putlog "timer activated"
  9.     utimer 5 read:new
  10. }
Add Comment
Please, Sign In to add comment