This commit is contained in:
Jeremy Fincher 2003-10-16 13:42:51 +00:00
parent d307421665
commit 1e00aab6d2

View File

@ -1,3 +1,7 @@
* Added QUIT stat-keeping to ChannelDB. This added another column
to the database; you'll need to add a 'quits' column to both
user_stats and channel_stats. Good luck.
* Removed the OwnerCommands.say command; it wasn't useful enough, * Removed the OwnerCommands.say command; it wasn't useful enough,
and is so easily written that anyone can have it back if they want and is so easily written that anyone can have it back if they want
it. it.