diff options
Diffstat (limited to 'modules/core/ns_ghost.cpp')
-rw-r--r-- | modules/core/ns_ghost.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/core/ns_ghost.cpp b/modules/core/ns_ghost.cpp index 14a89a85c..0a8306734 100644 --- a/modules/core/ns_ghost.cpp +++ b/modules/core/ns_ghost.cpp @@ -36,8 +36,6 @@ class CommandNSGhost : public Command source.Reply(_(NICK_X_NOT_IN_USE), nick.c_str()); else if (!na) 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)) |