mirror of
https://github.com/anope/anope.git
synced 2026-06-30 05:36:38 +02:00
Fixed storing mode locks
This commit is contained in:
+6
-1
@@ -13,7 +13,12 @@
|
||||
#include "modules.h"
|
||||
#include "memoserv.h"
|
||||
|
||||
Memo::Memo() : Flags<MemoFlag>(MemoFlagStrings), Serializable("Memo") { }
|
||||
Memo::Memo() : Flags<MemoFlag>(MemoFlagStrings) { }
|
||||
|
||||
Anope::string Memo::serialize_name() const
|
||||
{
|
||||
return "Memo";
|
||||
}
|
||||
|
||||
Serializable::serialized_data Memo::serialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user