diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-30 17:09:09 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-30 17:09:09 +0000 |
commit | 0f45f286ebddd517c29bf498704096e21e1f0489 (patch) | |
tree | 7067fb80ff4f6ea3bc75a4ad866403bc02c3dd92 | |
parent | f07adb2b2557f927c3d1d08a3157356b9f990abf (diff) |
Made ms_rsend work
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2923 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | src/core/ms_rsend.c | 5 |
2 files changed, 1 insertions, 5 deletions
@@ -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) |