From 0f45f286ebddd517c29bf498704096e21e1f0489 Mon Sep 17 00:00:00 2001 From: Adam- Date: Fri, 30 Apr 2010 17:09:09 +0000 Subject: [PATCH] Made ms_rsend work git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2923 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes | 1 + src/core/ms_rsend.c | 5 ----- 2 files changed, 1 insertion(+), 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)