Need help with a Request Script!

By BitHelper on Jul 24, 2015

Hello everyone I need help with a Request Script. I want users to request there problems and send it to the Users on the Users List. Here is the script.

on *:TEXT:!request*:?: {
  msg $nick Your request has been sent $nick 
  on *:400:!request*:?: { notice $nick has requested that $2- }
}

Comments

Sign in to comment.
s-c-o-o-t   -  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.