Changelog additions for Fun.eightball and supybot.plugins.Topic.format.

This commit is contained in:
Grant Bowman 2004-08-23 18:52:42 +00:00
parent c05cc2397d
commit 23ead95128
1 changed files with 8 additions and 2 deletions

View File

@ -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
);