If you don't want to un-protect the (host of) users who had been op/hop/voice if they part/quit, remove these lines:

Code:
;remove temp protections on part/quit (protected users)
on !*:part:#: { rem.single.protect $network $chan $nick }
on !*:quit: { rem.single.protect $network * $nick }

...keep the rest smile