I mean if a nick has access like AOp VOp or Uop...he is able to invite himself so it's not necessary displaying that type of message.
I need the code to work for users without access in my channel...smth like that
Code:
on @*:JOIN:#yourchannel:{  if ($fulladdress isban $chan) && if($nick !isreg $chan) { 
msg $chan WARNING $nick is banned but invited anyways! 
 }
}

But this "if($nick !isreg $chan)" doesn't work when someone joins the channel...that's why im talking about a timer!I don't know how to add that timer in this code...
I hope you understand me...
Sorry 4 my english :tongue: