mirror of
https://github.com/anope/anope.git
synced 2026-06-28 03:36:37 +02:00
Added a new database format and sqlite support. Also moved db-convert to a module.
This commit is contained in:
@@ -14,6 +14,19 @@
|
||||
#include "version.h"
|
||||
#include "modules.h"
|
||||
|
||||
ExtensibleItem::ExtensibleItem()
|
||||
{
|
||||
}
|
||||
|
||||
ExtensibleItem::~ExtensibleItem()
|
||||
{
|
||||
}
|
||||
|
||||
void ExtensibleItem::OnDelete()
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
|
||||
struct arc4_stream
|
||||
{
|
||||
uint8 i;
|
||||
|
||||
Reference in New Issue
Block a user