Advertisement
Seb

View loaded scripts

Seb
Apr 30th, 2011
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.12 KB | None | 0 0
  1. alias loaded_scripts {
  2.   var %i = 1
  3.   while (%i <= $script(0)) {
  4.     echo -a $nopath($script(%i))
  5.     inc %i
  6.   }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement