From 7b3d2f2b2aaabf024715ff32050d8136ac98cb08 Mon Sep 17 00:00:00 2001 From: unknown_lamer Date: Tue, 6 Aug 2002 20:51:03 +0000 Subject: [PATCH] [project @ 2002-08-06 20:51:03 by unknown_lamer] Oops! I forgot to commit BUGS and scripts/Makefile.am! Fixed. --- BUGS | 17 +++++++++++++++++ scripts/Makefile.am | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 BUGS create mode 100644 scripts/Makefile.am diff --git a/BUGS b/BUGS new file mode 100644 index 0000000..89d46db --- /dev/null +++ b/BUGS @@ -0,0 +1,17 @@ +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). diff --git a/scripts/Makefile.am b/scripts/Makefile.am new file mode 100644 index 0000000..05d6cee --- /dev/null +++ b/scripts/Makefile.am @@ -0,0 +1,3 @@ +scriptsdir = $(datadir)/bobotpp/scripts + +scripts_DATA = bobot-utils.scm \ No newline at end of file -- 2.20.1