chachin

Untitled

Mar 10th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. on *:text:!addboobs*:#chick3n:{
  2. if (http* iswm $2) {
  3. if ($3) { notice $nick Please only add a URL to the listing }
  4. else { notice chachin $nick just added a line to the database. | write -a boobs.txt $2- }
  5. }
  6. else {
  7. notice $nick Please add a URL
  8. }
  9. }
  10.  
  11. on *:text:!boobs*:#chick3n:{
  12. msg # $read(boobs.txt) nsfw
  13. }
  14.  
  15. on *:text:!listboobs*:#chick3n:{
  16. msg # $lines(boobs.txt)
  17. }
  18.  
  19. on *:TEXT:!10boobs*:#chick3n:{
  20. if (!%10boobs.antiflood) {
  21. /set -eu60 %10boobs.antiflood
  22. var %count 10
  23. var %delay 1
  24. while %count {
  25. /timer10boobs.10 $+ %count 1 %delay msg $chan $read(boobs.txt)
  26. inc %delay 1
  27. dec %count
  28. }
  29. }
  30. }
  31.  
  32. on *:TEXT:!helpboobs*:#chick3n:{
  33. notice $nick commands are !add url, !boobs, !10boobs, !listboobs }
  34.  
  35. on *:TEXT:!delboobs*:#chick3n:{
  36. msg $chan $nick just deleted a line to the database. | write -d# boobs.txt $2- }
Advertisement
Add Comment
Please, Sign In to add comment