Simply removing the line 'if ($nick isop #) { return }' should work fine. That line checks if the nickname is an op in the channel, and then stops the script from carrying on. With that line gone, it will trigger for all nicknames.

That said, it is not a good idea to kick ops, it can start off kick wars due to revenge scripts, annoy others and get yourself in trouble.

Regards,