1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 10:53:12 +02:00

Made ms_rsend work

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2923 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-04-30 17:09:09 +00:00
parent f07adb2b25
commit 0f45f286eb
2 changed files with 1 additions and 5 deletions
+1
View File
@@ -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
--------------------
-5
View File
@@ -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)