Froggaard   -  Sep 20, 2013

Hello.

I need some help, because this dosen't work

on *:JOIN:#chan: {
  if ($nick !isop $chan) {
    notice $nick "MESSAGE"
  }
  msg Froggaard ANOTHER MESSAGE
}

The notice message should not be sent when a op join the channel.. What you I wrong?

Farcrada  -  Sep 23, 2013

Instead of using "!isop" you use "isop". "!isop" Means that it must be not an op. Rather: "!" infront of some operators means that it'll output the opposite of the operator.

Sign in to comment

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.