I have a problem !
i made a script something like
On 1:notice:*:*:{
....
if ( $3 == [???] ) { /action }
else { /action2 }
....
}
but if the $3 is for example [100] it doesn't do /action it does /action2 , and if $3 !== [???] it does /action2 again !
what shoul i do ?