Don't quote me but I believed the OP asked how he can use this on his own, being an INPUT script.
edited code.
on *:INPUT:!tb*:#: { if ($2 !ison $chan) && ($me isop #) && ($3 isnum) && ($2 != $me) {
}
elseif ($me 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.
}
halt
}
either way if the OP was just asking for it to be a bot script so that he can only access it rather then him having it as is own script he should of been told to use ($nick == $me) while that if the OP changed nicks from example Jamezzz to JamesApple then his script would work.