diff options
Diffstat (limited to 'modules/commands/ms_read.cpp')
-rw-r--r-- | modules/commands/ms_read.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/commands/ms_read.cpp b/modules/commands/ms_read.cpp index 6d5adfb05..5e080f88c 100644 --- a/modules/commands/ms_read.cpp +++ b/modules/commands/ms_read.cpp @@ -14,6 +14,8 @@ #include "module.h" #include "memoserv.h" +static ServiceReference<MemoServService> MemoServService("MemoServService", "MemoServ"); + static void rsend_notify(CommandSource &source, MemoInfo *mi, Memo *m, const Anope::string &targ) { /* Only send receipt if memos are allowed */ |