Guest User

Untitled

a guest
Jun 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. on *:TEXT:!giveaway:#:{
  2. %i = 0
  3. %rand = 0
  4. %tot = 7
  5. if (%tot > $nick($chan,0)) %tot = $v2
  6. %chosen = ""
  7. while (%i < 7) {
  8. while ($istok(%chosen, $nick(#, %rand), 32)) {
  9. %rand = $r(0, $nick($chan,0))
  10. }
  11. %chosen = %chosen $nick($chan, %rand)
  12. msg # $nick($chan,%rand)
  13. msg # CHOSEN: %chosen
  14. inc %i
  15. }
  16. }
Add Comment
Please, Sign In to add comment