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
}