1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 23:26:39 +02:00

Allow modules to store data in their own databases.

This commit is contained in:
Adam
2012-10-01 18:50:29 -04:00
parent f14a3dfb8a
commit a434baed91
33 changed files with 166 additions and 191 deletions
+1 -6
View File
@@ -18,12 +18,7 @@
#include "users.h"
#include "account.h"
Memo::Memo() : Flags<MemoFlag>(MemoFlagStrings) { }
const Anope::string Memo::serialize_name() const
{
return "Memo";
}
Memo::Memo() : Flags<MemoFlag>(MemoFlagStrings), Serializable("Memo") { }
Serialize::Data Memo::serialize() const
{