Advertisement
intersys

Untitled

Oct 30th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.36 KB | None | 0 0
  1. on :connect: checkpacktime
  2. alias ifdate { if ($1 == $date) { timer $+ $ctime off | $2- } }
  3. alias checkpacktime {
  4.   noop $regex($readini(Packs.ini,%steam,EndTime),/(\d{2}[/].+?)(\d{2}[:].+)/i)
  5.   var %x = 1
  6.   while ($ini(Packs.ini,%x)) {
  7.     var %steam = $ini(Packs.ini,%x)
  8.     $+(timer,%steam) $regml(2) 1 1 $ifdate($regml(1),remini -n Packs.ini %steam)
  9.     inc %x
  10.   }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement