Advertisement
Iire

Twitch points to xtpoints transfer (untested)

Aug 18th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.31 KB | None | 0 0
  1. alias transferTP {
  2.   ; possible $input() of disclaimer about mIRC  hanging while script is running
  3.   var %i 1, %f $$sfile($mircdir,*)
  4.   while $ini(%f,%i) {
  5.     tokenize 46 $v1
  6.     writeini -n $qt(xtpoints.ini) $1 $2 $readini(%f,n,$v1,points)
  7.     inc %i
  8.   }
  9.   noop $input(Points transfer complete!,ok30)
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement