Advertisement
iPeer

Untitled

Feb 15th, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.22 KB | None | 0 0
  1. alias mcworldsize {
  2.   var %dir $?="World directory:"
  3.   var %a 0, %b 0
  4.   noop $findfile(%dir,*.mcr,0,inc %a $lof($qt($1-)))
  5.   noop $findfile(%dir,*.mca,0,inc %b $lof($qt($1-)))
  6.   echo -tg $bytes(%a).suf vs. $bytes(%b).suf
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement