Advertisement
westor

/update_moves for Sherby v1.0

Aug 20th, 2021
2,687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.36 KB | None | 0 0
  1. alias update_moves {
  2.   var %files = itna_moves.ini itna_moves2.ini
  3.   var %url = https://i-tna.net/downloads/moves/scripts/
  4.   var %path = $mircdir $+ scripts\
  5.  
  6.   var %i = 1
  7.   while (%i <= $numtok(%files,32)) {
  8.     var %f = $gettok(%files,%i,32)
  9.     var %u = %url $+ %f
  10.     var %p = %path $+ %f
  11.  
  12.     if (%f) { noop $urlget(%u,gfi,%p,noop) }
  13.  
  14.     inc %i
  15.   }
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement