Code:
on *:TEXT:!tb *:#: { if ($2 !ison $chan) && ($nick isop $chan) && ($3 isnum) && ($2 != $me) { 
  }
  elseif ($nick isop $chan) && ($3 isnum || $2 != $me) {
    timer 1 0 ban -ku $+ $calc($3 * 1) $chan $2 $4-
    timer 1 1 msg $chan 5(o_O)7 $2 05has been temporarily banned from07 $chan 05for07 $3 05seconds (Reason:07 $4- $+ 5).
    timer 1 1 notice $2 You've been temporarily banned from7 $chan 5for7 $3 5seconds (7Reason5:7 $4- $+ 5) 7(>_<)5.
    timer 1 $3 notice $2 You've been unbanned from7 $chan 5(^_^)7.
  }
}


Hey i got this script from a friend, how would i edit this script so that only i can use it, at the moment it only works for other ops in the same channel as me, which is more like a bot, but i'd like the script to work only for me. I'm not good at scipting at all but i know it's meant to be an input script? But not sure how to go about it :$.

Thanks in advance.