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:
+1
-6
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user