summaryrefslogtreecommitdiff
path: root/modules/core/ns_recover.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ns_recover.cpp')
-rw-r--r--modules/core/ns_recover.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/core/ns_recover.cpp b/modules/core/ns_recover.cpp
index 2da749296..bbac98e09 100644
--- a/modules/core/ns_recover.cpp
+++ b/modules/core/ns_recover.cpp
@@ -36,8 +36,6 @@ class CommandNSRecover : public Command
source.Reply(_(NICK_X_NOT_IN_USE), nick.c_str());
else if (!(na = findnick(u2->nick)))
source.Reply(_(NICK_X_NOT_REGISTERED), nick.c_str());
- else if (na->HasFlag(NS_FORBIDDEN))
- source.Reply(_(NICK_X_FORBIDDEN), na->nick.c_str());
else if (na->nc->HasFlag(NI_SUSPENDED))
source.Reply(_(NICK_X_SUSPENDED), na->nick.c_str());
else if (nick.equals_ci(u->nick))