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:
@@ -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
|
||||
--------------------
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user