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