Known Bugs (-*- text -*-) [import these into the savannah bug tracker] FIXED: 2 - A really wierd thing is happening--the bot is adding _two_ copies of its own record to the UserList. The "real" one is at the front of the list, but there is a still a "fake" one behind that one. I used CScope to find all people calling the addUserFirst method of UserList, but they all appear like they _should_ work because they erase the first entry in the UserList first. I have a workaround (I just increment the user list iterator twice to skip both entries), but it isn't a very good long term solution (I have to figure out why this is happening).