summaryrefslogtreecommitdiff
path: root/src/core/ms_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_send.c')
-rw-r--r--src/core/ms_send.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ms_send.c b/src/core/ms_send.c
index c7262e76b..57b002ed8 100644
--- a/src/core/ms_send.c
+++ b/src/core/ms_send.c
@@ -25,8 +25,8 @@ class MSSend : public Module
{
Command *c;
- moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
+ this->SetAuthor("Anope");
+ this->SetVersion("$Id$");
this->SetType(CORE);
c = createCommand("SEND", do_send, NULL, MEMO_HELP_SEND, -1, -1, -1, -1);
moduleAddCommand(MEMOSERV, c, MOD_UNIQUE);