From 23ead9512802bd59529441d792068443b587c9e6 Mon Sep 17 00:00:00 2001 From: Grant Bowman Date: Mon, 23 Aug 2004 18:52:42 +0000 Subject: [PATCH] Changelog additions for Fun.eightball and supybot.plugins.Topic.format. --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d6d1d938f..09878a4ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,8 +52,11 @@ * Fixed the problem with channels with dots or colons in them raising exceptions whenever the registry was accessed. - * Changed Fun.roulette to use a 6-barrel revolver. + * Changed Fun.eightball to provide a similar answer for a question + asked multiple times. + * Changed Fun.roulette to use a 6-barrel revolver. + * Changed Bugzilla to use the registry, rather than a custom flatfile database format. @@ -185,6 +188,9 @@ * Added Misc.author, a command for finding out which author claims a particular plugin. + * Added Topic configuration supybot.plugins.Topic.format template + string allowing full customization of the Topic items. + * Added Topic.lock and Topic.unlock, for locking and unlocking the topic. @@ -900,7 +906,7 @@ SQL statement to do so: CREATE TABLE nick_seen ( name TEXT UNIQUE ON CONFLICT REPLACE, - last_seen TIMESTAMP, + last_seen Mon 23 Aug 2004 11:51:37 AM PDT, last_msg TEXT );