Unresolved
===========
* sometimes bots get "stuck" in the client. however, the bot is really not in
that position. the visualizer displays that. dunno how to reproduce the bug,
but it exists for sure (happens reasonably frequently.)

* sometimes i see bots not being replicated in the visualizer. happens
very sporadically, but it does happen. need a better understanding of
when it happens.

Resolved without understanding
===============================
* ignoring r.linkcount causes rocketlauncher problem
=> just added the field back...

Resolved
=========
* race condition when a client joins and gets a slot which has just been 
  freed by an unreplicated bot.  - Ashwin [06/30/2006]
=> SV_SendClientMessages has a check for isReplica flag. so unless we
reset this flag in SV_BotFreeClient(), the new client just does not get
any packets at all.
