Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. on *:text:*:#parejas,#cornudos: {
  2. var %pedofilo $lower($nick)
  3. var %antipedofilos $strip($1-)
  4. alias antipedofilos {
  5. set %antipedofilos_n1 1
  6. goto antipedofilos1
  7. :antipedofilos1 {
  8. if $gettok($read(addons/chatzona/pedofilos/antipedofilos_excluir.txt,%antipedofilos_n1),1,32) == %pedofilo {
  9. unset %antipedofilos_n1 | goto antipedofilos_end9
  10. }
  11. if %antipedofilos_n1 >= $lines(addons/chatzona/pedofilos/antipedofilos_excluir.txt) { goto antipedofilos_end }
  12. }
  13. inc %antipedofilos_n1
  14. goto antipedofilos1
  15. :antipedofilos_end {
  16. unset %antipedofilos_n1 | set %antipedofilos_n1 1 | goto antipedofilos2
  17. }
  18. :antipedofilos2 {
  19. if $gettok($read(addons/chatzona/pedofilos/antipedofilos_text_excluir.txt,%antipedofilos_n1),1,32) isin %antipedofilos {
  20. unset %antipedofilos_n1 | goto antipedofilos_end9
  21. }
  22. if %antipedofilos_n1 >= $lines(addons/chatzona/pedofilos/antipedofilos_text_excluir.txt) { goto antipedofilos_end2 }
  23. }
  24. inc %antipedofilos_n1
  25. goto antipedofilos2
  26. :antipedofilos_end2 {
  27. unset %antipedofilos_n1 | set %antipedofilos_n1 1 | goto antipedofilos3
  28. }
  29. :antipedofilos3 {
  30. if $gettok($read(addons/chatzona/pedofilos/antipedofilos1_prohibir.txt,%antipedofilos_n1),1,32) isin %antipedofilos {
  31. echo @killclones mato a %pedofilo en $chan por: %antipedofilos $timestamp
  32. msg oper dline %pedofilo $gettok($read(addons/chatzona/pedofilos/antipedofilos1_prohibir.txt,%antipedofilos_n1),2-,32)
  33. unset %antipedofilos_n1 | halt
  34. }
  35. if %antipedofilos_n1 >= $lines(addons/chatzona/pedofilos/antipedofilos1_prohibir.txt) { goto antipedofilos_end1 }
  36. }
  37. inc %antipedofilos_n1
  38. goto antipedofilos3
  39. :antipedofilos_end1 {
  40. unset %antipedofilos_n1 | goto antipedofilos_end9
  41. }
  42. :antipedofilos_end9 {
  43. halt
  44. }
  45. }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement