s-c-o-o-t commented on a Page, Need help with a Request Script!  -  Apr 08, 2017

I have a Request script might help you as a start , I'm looking to add things to it read my request post : thanks
Request Section /////
if ( $1 == !request ) {
if (. !isin $2-) { .msg $chan 1,9Your request must be seperated by a period. Example: Turbo.CAMrip.HaNdSoLoW | halt }
if (!$2) {
.msg $chan 1,9Error: You must include text for a request.
}
else {
.msg $chan $sb.addrequest($nick $2-)
}
halt
}
if ( $1 == !requests ) {
sb.listrequests $nick
halt
}
if ( $1 == !delrequest ) {
if (!$2) {
.msg $chan 1,9Error: You must include text of the request.
}
else {
.msg $chan $sb.delrequest($2-)
}
}
if ( $1 == !filled ) {
if (!$2) {
.msg $chan 1,9Error: What did you fill?
}
else {
inc %filledreq
.msg $chan $sb2.delrequest($2-)
}
}
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.