1
0
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:
Adam
2011-09-25 04:19:15 -04:00
parent 43201ead95
commit 1f2399de36
75 changed files with 4143 additions and 5880 deletions
+13
View File
@@ -14,6 +14,19 @@
#include "version.h"
#include "modules.h"
ExtensibleItem::ExtensibleItem()
{
}
ExtensibleItem::~ExtensibleItem()
{
}
void ExtensibleItem::OnDelete()
{
delete this;
}
struct arc4_stream
{
uint8 i;