[project @ 2002-08-06 20:51:03 by unknown_lamer]
[clinton/bobotpp.git] / BUGS
1 Known Bugs (-*- text -*-) [import these into the savannah bug tracker]
2
3 1 - Bobot++ cannot connect to irc.oftc.net for some really wierd
4 reason. It connects, disconnects, and then reconnects eventually
5 causing the connection to be throttled (it is supposed to wait 10
6 seconds between reconnections too, which is what makes this even
7 wierder). I'm going to guess that oftc is running a flawed ircd.
8
9 2 - A really wierd thing is happening--the bot is adding _two_ copies
10 of its own record to the UserList. The "real" one is at the front
11 of the list, but there is a still a "fake" one behind that one. I
12 used CScope to find all people calling the addUserFirst method of
13 UserList, but they all appear like they _should_ work because they
14 erase the first entry in the UserList first. I have a workaround
15 (I just increment the user list iterator twice to skip both
16 entries), but it isn't a very good long term solution (I have to
17 figure out why this is happening).