From 853da228c354e6c0e5d0ff5ad150b49728049bcf Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 23 Aug 2004 13:08:44 +0000 Subject: [PATCH] Updated somewhat...more work still needs to be done. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7cc9f5084..d6d1d938f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ + * Moved the connect and disconnect commands from the Relay plugin + to the Owner plugin, so a Supybot can be on multiple networks + without ever loading the Relay plugin. + + * Added relay bot detection to the Relay plugin. Now, rather + than get involved in a loop with another relay bot, a Supybot + will (if it has ops) rain down its wrath upon the offender. + * Added supybot.plugins.Quotes.requireRegistration, which determines whether a user need be registered to add Quotes to the Quotes database.