Advertisement
paintbalbot

Untitled

Apr 10th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. on *:text:*.com*:#:{
  2. if ($read(reglist.txt,nw,$nick)) return
  3. Msg # .timeout $nick 1
  4. Msg # Stop posting links!
  5. }
  6. on *:text:*www.*:#:{
  7. if ($read(reglist.txt,nw,$nick)) return
  8. Msg # .timeout $nick 1
  9. Msg # Stop posting links!
  10. }
  11. on *:text:*http*:#:{
  12. if ($read(reglist.txt,nw,$nick)) return
  13. Msg # .timeout $nick 1
  14. Msg # Stop posting links!
  15. }
  16. on *:text:*https*:#:{
  17. if ($read(reglist.txt,nw,$nick)) return
  18. Msg # .timeout $nick 1
  19. Msg # Stop posting links!
  20. }
  21. on *:text:*.info*:#:{
  22. if ($read(reglist.txt,nw,$nick)) return
  23. Msg # .timeout $nick 1
  24. Msg # Stop posting links!
  25. }
  26. on *:text:*.uk*:#:{
  27. if ($read(reglist.txt,nw,$nick)) return
  28. Msg # .timeout $nick 1
  29. Msg # Stop posting links!
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement