Another join event prior to the join you listed (and in the same script), could cause this problem...
Code:
ON *:JOIN:*:{
  ; this happens
}
ON *:JOIN:#game:{
  ; this doesn't happen
  inc %joins 1
}


NaquadaBomb
www.mirc-dll.com