mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-11-09 12:17:30 +01:00
Changelog additions for Fun.eightball and supybot.plugins.Topic.format.
This commit is contained in:
parent
c05cc2397d
commit
23ead95128
@ -52,6 +52,9 @@
|
|||||||
* Fixed the problem with channels with dots or colons in them
|
* Fixed the problem with channels with dots or colons in them
|
||||||
raising exceptions whenever the registry was accessed.
|
raising exceptions whenever the registry was accessed.
|
||||||
|
|
||||||
|
* Changed Fun.eightball to provide a similar answer for a question
|
||||||
|
asked multiple times.
|
||||||
|
|
||||||
* Changed Fun.roulette to use a 6-barrel revolver.
|
* Changed Fun.roulette to use a 6-barrel revolver.
|
||||||
|
|
||||||
* Changed Bugzilla to use the registry, rather than a custom
|
* Changed Bugzilla to use the registry, rather than a custom
|
||||||
@ -185,6 +188,9 @@
|
|||||||
* Added Misc.author, a command for finding out which author
|
* Added Misc.author, a command for finding out which author
|
||||||
claims a particular plugin.
|
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
|
* Added Topic.lock and Topic.unlock, for locking and unlocking
|
||||||
the topic.
|
the topic.
|
||||||
|
|
||||||
@ -900,7 +906,7 @@
|
|||||||
SQL statement to do so:
|
SQL statement to do so:
|
||||||
CREATE TABLE nick_seen (
|
CREATE TABLE nick_seen (
|
||||||
name TEXT UNIQUE ON CONFLICT REPLACE,
|
name TEXT UNIQUE ON CONFLICT REPLACE,
|
||||||
last_seen TIMESTAMP,
|
last_seen Mon 23 Aug 2004 11:51:37 AM PDT,
|
||||||
last_msg TEXT
|
last_msg TEXT
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user