Advertisement
illpastethat

$read for shadowwolf

Sep 2nd, 2011
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.26 KB | None | 0 0
  1. on *:text:*:?: {
  2.   var %i 1
  3.   while (%i <= $lines(c:\mIRC\allowed.txt)) {
  4.     if (($nick == $read(c:\mIRC\allowed.txt,%i)) && (%pms == OFF)) {
  5.       .msg $nick Hey $nick $+ ! I have received your PM please wait a minute.
  6.       halt
  7.     }
  8.     inc %i
  9.   }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement