Advertisement
SparkzxViperz

Untitled

Nov 14th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. on +201:text:*:#: {
  2. if ($read(modlist.txt,nw,$nick)) { return }
  3. if ($read(reglist.txt,nw,$nick)) { return }
  4. if ($istok(%permit,$nick,32)) { return }
  5. if (%links) {
  6. if (*www.* iswm $1- || *http://* iswm $1- || *.com* iswm $1- || *.tv* iswm $1- || *.nl* iswm $1- || *.sh* iswm $1- || *.net* iswm $1- || *.me* iswm $1-) {
  7. .ruser 201 $nick
  8. msg $chan .timeout $nick 3600
  9. msg $chan .timeout $nick 3600
  10. return
  11. }
  12. }
  13. }
  14. on +200:text:*:#: {
  15. if ($read(modlist.txt,nw,$nick)) { return }
  16. if ($read(reglist.txt,nw,$nick)) { return }
  17. if ($istok(%permit,$nick,32)) { return }
  18. if (%links) {
  19. if (*www.* iswm $1- || *http://* iswm $1- || *.com* iswm $1- || *.tv* iswm $1- || *.nl* iswm $1- || *.sh* iswm $1- || *.net* iswm $1- || *.me* iswm $1-) {
  20. .ruser 200 $nick | .auser 201 $nick | .timermsg 1 3600 .ruser 201 $nick
  21. msg $chan .timeout $nick 2
  22. msg $chan .timeout $nick 2
  23. return
  24. }
  25. }
  26. }
  27. on *:text:*:#: {
  28. if ($read(modlist.txt,nw,$nick)) { return }
  29. if ($read(reglist.txt,nw,$nick)) { return }
  30. if ($istok(%permit,$nick,32)) { return }
  31. if (%links) {
  32. if (*www.* iswm $1- || *http://* iswm $1- || *.com* iswm $1- || *.tv* iswm $1- || *.nl* iswm $1- || *.sh* iswm $1- || *.net* iswm $1- || *.me* iswm $1-) {
  33. msg $chan .timeout $nick 2
  34. msg $chan .timeout $nick 2
  35. .auser 200 $nick | .timermsg 1 3600 .ruser 200 $nick
  36. return
  37. }
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement