larry commented on a Page, Deop Protection  -  Sep 28, 2006

!op is if the server uses a BotServ, like anope, and there is a bot assign for the room. Then it also wil be the bot who ops and deops like cs.
i would use it this way >>>>
on *:DEOP:#: {
if ($opnick !== $me) halt << if you are deoped
if ($nick == $me) halt << you dont want to be kicked
if ($nick !ison $chan) halt << the cs problem
else {
msg $chan Very Funny $nick $+ .
cs op $chan $me
timer 1 2 kick $chan $nick
}
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.