From d6057cbe5f0509ef57cf9e66ba47bb55ee163075 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 10 Oct 2003 23:16:54 +0000 Subject: [PATCH] Updated. --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/ChangeLog b/ChangeLog index c5764f3f3..2a7594738 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2003-10-10 Jeremy Fincher + + * Fixed imports in the DCC plugin. + + * Fixed a bug where the bot would not reply to nick-addressed + messages on a channel if his nick wasn't entirely lowercased. + + * Fixed the Relay plugin to relay topic changes; an oversight not + caught earlier because supybot has for a long time managed our + topics. + + * Fixed a bug in the Services plugin where the bot would ghost + himself if his nick didn't match in case the nick given. + + * Added the ability for PrivmsgCommandAndRegexp to have regexps + that are called *after* callbacks.addressed has been called on the + message -- see ChannelDB.{increase,decrease}Karma for an example. + + * Fixed bug in supybot-wizard.py where plugins without configure + functions would raise an uncaught exception. + + * Fixed debincoming to work since the removal of baseplugin; it + was missing an import. + + * Fixed MiscCommands.doPrivmsg to send an IrcObjectProxyRegexp to + the replyWhenNotCommand function. + + * Fixed debversion to display the correct output when no matching + packages were found. + + * Fixed ChannelDB to import conf; karma didn't work otherwise. + + * Fixed a bug in the Enforcer plugin that would cause the bot to + ban everyone from the channel whenever ChanServ deopped someone. + 2003-10-07 Jeremy Fincher * Changed the "whois" command in the Network plugin to "internic"