if {[matchattr $nuke(hand) P $chan] == 1 && [matchattr $hand omn $chan] == 0 } {
puthelp "notice $nick :ACCESS IS DENIED - User has +Penis access level and is protected"
putlog "nuke v5.2 failed"
return 0 } {
putlog "nuke v5.2 st1" }
if {[matchattr $nuke(hand) flCyaomn $chan] == 1 && ![matchattr $hand omn $chan] == 1 } {
puthelp "notice $nick :I'm sorry, $nuke(nick) is more sexually attractive than you and i just cannot kick them!"
return 0 }
Essentially, i want P to be immune from kicking from everyone but "omn" level ops. At the moment, everyone can kick them. Which isnt right. i think its my logic is wrong. can anyone help?