"Applet" is a much better name for the external command-line
scripts and programs that can be loaded as PBot commands. They
will no longer be confused with Perl modules.
https://en.wikipedia.org/wiki/Applet
Whoops. EventQueue already removes the event after processing it. There
is no point to dequeuing the reminder event from within do_reminder().
Doing this caused EventQueue to dequeue the event following the
reminder event.
Storage-related packages have been moved to PBot/Storage/.
MessageHistory_SQLite.pm has been moved to MessageHistory/Storage/SQLite.pm.
Quotegrabs' storage packages have been moved to Plugin/Quotegrabs/Storage/.
IRC handler-related packages have been moved to PBot/IRCHandlers/.
Commands registered by core PBot packages have been moved to PBot/Commands/.
Some non-core packages have been moved to PBot/Utils/.
Several packages have been cleaned up.
TODO: Move remaining core commands and IRC handlers.
TODO: Split AntiFlood.pm into Plugin/AntiAbuse/ files.