mIRC Homepage
Posted By: Prof $ibl problems - 09/03/06 01:06 PM
Hi guys,

I got problem with $ibl
sometimes $ibl(#,0) returns 0 but when i type /channel it shows more than one ban list

what's the problem? is that a bug?
Posted By: hixxy Re: $ibl problems - 09/03/06 01:11 PM
No. It just means mIRC hasn't updated the list yet. You can update it by doing /mode #channel b

You could add it to an on join script to make sure it's always updated:

Code:
on *:join:#:{
  if ($nick == $me) mode $chan b
}
Posted By: Prof Re: $ibl problems - 09/03/06 01:14 PM
Yeah, that what I need

Thanks
© mIRC Discussion Forums