diff options
author | Adam <Adam@anope.org> | 2011-01-08 00:25:11 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-01-08 00:25:11 -0500 |
commit | 512d23d60f25203ab88605ba131a0704cadd2263 (patch) | |
tree | f7bf42a648677f02f170db1e6692fafad10d81c6 /src/memoserv.cpp | |
parent | 44038491264a350a8849e1d7e8547bbdec134d74 (diff) |
Made the Flag class able to convert flags to strings and back
Diffstat (limited to 'src/memoserv.cpp')
-rw-r--r-- | src/memoserv.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/memoserv.cpp b/src/memoserv.cpp index 40bc47f22..a13eeab55 100644 --- a/src/memoserv.cpp +++ b/src/memoserv.cpp @@ -14,6 +14,8 @@ static bool SendMemoMail(NickCore *nc, MemoInfo *mi, Memo *m); +Memo::Memo() : Flags<MemoFlag>(MemoFlagStrings) { } + /** * MemoServ initialization. * @return void |