Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. on $*:text:/^[!@.]ctop10/Si:#: {
  2. $topten
  3. $iif($left($1,1) == @,msg $chan,notice $nick) 14(10TopTen14): The top 10 players are: $var(%top*) }
  4.  
  5. alias topten {
  6. var %xx = 1
  7. while (%xx <= 10) {
  8. set %top $+ $var(%xx) $remove($gettok($rank($var(%xx)),1,32),$chr(37) $+ cookies))
  9. }
  10. inc %xx
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement