Solo commented on a Page, Op on join basically its like voice on join  -  May 15, 2007

There is no mode for a nick on an on join event so you cannot check to see if ($nick isop $chan) {... as noone is opped on join. the code below would be just as effective and its better written,

on !@*:join:#: mode $chan +o $nick

the ! eliminates the need for a (if ($nick == $me) check

Meliorite the @ symbol is to check that YOU are opped NOT the $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.