summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-18 18:13:53 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-18 18:13:53 +0000
commit6242a60134ac75156c35d665d203c4b9b6ebb92f (patch)
treee30054a5e6ba714bef57120f321a357ebeec5df4 /src
parentdd198b89c0d6e11c69c5aec9ef2f5118efcd3e9c (diff)
Don't show unconfirmed nicks when services admins list suspended nicks
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2791 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r--src/core/ns_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_list.c b/src/core/ns_list.c
index 7d4da4d3c..4dd40e904 100644
--- a/src/core/ns_list.c
+++ b/src/core/ns_list.c
@@ -221,7 +221,7 @@ int do_list(User * u)
}
}
- if (nronly == 1 || (is_servadmin && matchflags == 0)) {
+ if (nronly == 1 || (is_servadmin && matchflags == 0 && susp_keyword == 0)) {
noexpire_char = ' ';
for (i = 0; i < 1024; i++) {
for (nr = nrlists[i]; nr; nr = nr->next) {