Chevy commented on a Page, Temp op protection  -  May 29, 2007

You Do Not Need All Of This
on *:op:#YOURCHANNELHERE: {
if ($nick == $me) { halt }
if ($opnick == $me) { halt }
mode $chan -o $opnick
msg $chan No temp modding in $chan $+ , $nick $+ .
}

All You need is
on *:op:#YourChannel: {
if ( $nick == YourNickHere ) { Halt }
mode $Chan -o $opnick
msg $chan 14 $nick Do Not Temp Mod Here In 4 #
}

So Much Easier And Better Coded.

 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.