Ban Appeal Link Maker

By shaneny on May 18, 2010

This is a script I made to work with edgy's ban appeal maker script located at:
http://www.hawkee.com/snippet/7576/ And http://www.hawkee.com/snippet/7571/
To Make The Ban Appeal Type: !banappeal nickname length reason
It will also notice that user with the ban appeal link.

on *:TEXT:!banappeal *:#: {
  if ($2) && ($3) && ($4) {
    %banurl = http://www.computercoderguy.co.cc/bans/appeal.php?by= $+ $nick $+ &time= $+ $time $+ &length= $+ $3 $+ &reason= $+ $replace( $4- , $chr(32) , $chr(43) ) $+ &nick= $+ $2 $+ &host= $+ $address($nick,1)
notice $2 $2 $+ , You can appeal your ban for $chan at: %banurl
notice $2 $+ , This script was made by ComputerCoderGuy you can visit his site at http://www.komputerz.tk/
  }
  else {
    /msg $chan Error
  }
}

Comments

Sign in to comment.
Jethro   -  May 18, 2010

on :TEXT:!banappeal :#: {
if ($2) && ($3) && ($4) {You can just do:

on *:TEXT:!banappeal & & &:#: {
 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.