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

Remove CSRestrictGetPass, it is unneeded with the introduction of opertypes. [Adam]

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2136 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-28 00:50:04 +00:00
parent bd7f4f8c49
commit a07fd592cb
3 changed files with 0 additions and 13 deletions
-5
View File
@@ -55,11 +55,6 @@ class CommandCSGetPass : public Command
notice_lang(s_ChanServ, u, CHAN_X_FORBIDDEN, chan);
return MOD_CONT;
}
if (CSRestrictGetPass && !is_services_root(u))
{
notice_lang(s_ChanServ, u, PERMISSION_DENIED);
return MOD_CONT;
}
if(!enc_decrypt(ci->founderpass, tmp_pass, PASSMAX - 1)==1)
{
notice_lang(s_ChanServ, u, CHAN_GETPASS_UNAVAILABLE);