Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:text:!addboobs*:#chick3n:{
- if (http* iswm $2) {
- if ($3) { notice $nick Please only add a URL to the listing }
- else { notice chachin $nick just added a line to the database. | write -a boobs.txt $2- }
- }
- else {
- notice $nick Please add a URL
- }
- }
- on *:text:!boobs*:#chick3n:{
- msg # $read(boobs.txt) nsfw
- }
- on *:text:!listboobs*:#chick3n:{
- msg # $lines(boobs.txt)
- }
- on *:TEXT:!10boobs*:#chick3n:{
- if (!%10boobs.antiflood) {
- /set -eu60 %10boobs.antiflood
- var %count 10
- var %delay 1
- while %count {
- /timer10boobs.10 $+ %count 1 %delay msg $chan $read(boobs.txt)
- inc %delay 1
- dec %count
- }
- }
- }
- on *:TEXT:!helpboobs*:#chick3n:{
- notice $nick commands are !add url, !boobs, !10boobs, !listboobs }
- on *:TEXT:!delboobs*:#chick3n:{
- msg $chan $nick just deleted a line to the database. | write -d# boobs.txt $2- }
Advertisement
Add Comment
Please, Sign In to add comment