diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-05 20:05:47 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-05 20:05:47 +0000 |
commit | 1f6eff371d0156e36340eed7d2a61b0f975ce78a (patch) | |
tree | a3caed4731aa66650f487af8dcc3c301c77132f1 | |
parent | a63502ff55607b76a5814438b50516f6a8d26fea (diff) |
Fixed the reply when an oper tries to view an unregistered nicks alist to be correct
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2492 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/core/ns_alist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ns_alist.c b/src/core/ns_alist.c index 26b975525..28eb8bcb9 100644 --- a/src/core/ns_alist.c +++ b/src/core/ns_alist.c @@ -82,8 +82,6 @@ class CommandNSAList : public Command } if (!na) - notice_lang(s_NickServ, u, NICK_IDENTIFY_REQUIRED, s_NickServ); - else if (is_servadmin && nick && !na) notice_lang(s_NickServ, u, NICK_X_NOT_REGISTERED, nick); else if (na->status & NS_FORBIDDEN) notice_lang(s_NickServ, u, NICK_X_FORBIDDEN, na->nick); |