i need this script rather than prevent ops from being kicked, but users with level 6 and above access to the bot from being kicked
on 4:TEXT:.kick*:#: { if ($2 isop $chan) { notice $nick I will not kick $2. Because he/she is a protected user } | else { kick $chan $2 $3- | notice $nick $2 has been kicked reason: $3- ( Requested By $nick ) } }
on 4:TEXT:.kick*:#: { if ($2 isop $chan) { notice $nick I will not kick $2. Because he/she is a protected user } | else { kick $chan $2 $3- | notice $nick $2 has been kicked reason: $3- ( Requested By $nick ) } }