Guest User

Untitled

a guest
Mar 13th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.25 KB | None | 0 0
  1. on *:TEXT:*:*: {
  2.   if ($1 == -scripts) && (!2) {
  3.     notice $nick 4Currently 4Loaded 4Scripts:
  4.     var %script = 1
  5.     while %script <= $script(0) {
  6.       notice $nick $remove($script(%script),$scriptdir)
  7.       inc %script
  8.     }
  9.   }
  10. }
Add Comment
Please, Sign In to add comment