Advertisement
OrFeAsGr

Top 5 Quotes!

Jun 11th, 2016
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.55 KB | None | 0 0
  1. ON *:TEXT:!findquote *:#: {
  2.   var %x = 1
  3.   while (%x <= $lines(quotes.txt)) {
  4.     if ($+(*,$2,*) iswm $read(quotes.txt, %x)) {
  5.       var %q = $v2
  6.       inc %qfound 1
  7.       if (%qfound <= 5) {
  8.         .timer 1 1 msg $chan $+(%qfound,.) %q
  9.       }
  10.       elseif (%qfound > 5) { unset %qfound | var %x = $lines(quotes.txt) }
  11.            if (%x = $lines(quotes.txt)) && (%qfound != 5) { unset %qfound }
  12.     }
  13.     inc %x
  14.   }
  15. }
  16. ;;;Like this? Go to http://humanity.ucoz.com for more! by OrFeAsGr! <3
  17. ;;; irc.g0dz.net:+6697 SSL ONLY!!!
  18. ;;; Peace 'n' love!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement