summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--src/core/ms_rsend.c5
2 files changed, 1 insertions, 5 deletions
diff --git a/Changes b/Changes
index 2174e8cb6..d73c1c190 100644
--- a/Changes
+++ b/Changes
@@ -26,6 +26,7 @@ F Converting access entries to access from xop when a users access is below voic
F A bad pointer passed to the OnDelEvent which could cause some 3rd party modules to crash
F CS FORBID allows to you forbid unregistered channels
F The -nothird command line option to work
+F ms_rsend to really work
Anope Version 1.9.1
--------------------
diff --git a/src/core/ms_rsend.c b/src/core/ms_rsend.c
index 397c6d6b3..71de1b1fe 100644
--- a/src/core/ms_rsend.c
+++ b/src/core/ms_rsend.c
@@ -37,11 +37,6 @@ class CommandMSRSend : public Command
notice_lang(Config.s_MemoServ, u, MEMO_NO_RSEND_SELF);
return MOD_CONT;
}
- else
- {
- notice_lang(Config.s_MemoServ, u, NICK_X_NOT_REGISTERED, nick);
- return MOD_CONT;
- }
}
if (Config.MSMemoReceipt == 1)