Jethro commented on a Page, Join-Welcome Notice  -  Feb 25, 2010

How would i make the script only messages people with no ops?Change the join and part to this:

on !*:JOIN:%greetchan: {
  var %opnick = opnick1 opnick2 opnick3 opnick4 opnick5
  if (%greet == on) && (!$istok(%opnick,$nick,32)) { .notice $nick 7 $nick Welcome to %greetchan 11 Have a nice 7 Chat }
}
on !*:PART:%greetchan: {
  if (%greet == on) && ($nick !isop %greetchan) { .notice $nick 7 $nick You left from %greetchan 11 cu 7 later }
}

for the join part, change opnick, opnick2 etc...with the actual op's nicks to exclude.

 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.