[[project @ 2002-08-06 20:51:03 by unknown_lamer] unknown_lamer**20020806205103 Oops! I forgot to commit BUGS and scripts/Makefile.am! Fixed. ] { addfile ./BUGS addfile ./scripts/Makefile.am hunk ./BUGS 1 +Known Bugs (-*- text -*-) [import these into the savannah bug tracker] + +1 - Bobot++ cannot connect to irc.oftc.net for some really wierd + reason. It connects, disconnects, and then reconnects eventually + causing the connection to be throttled (it is supposed to wait 10 + seconds between reconnections too, which is what makes this even + wierder). I'm going to guess that oftc is running a flawed ircd. + +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). hunk ./scripts/Makefile.am 1 - +scriptsdir = $(datadir)/bobotpp/scripts + +scripts_DATA = bobot-utils.scm }