summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-04-10 22:05:48 -0400
committerAdam <Adam@anope.org>2011-04-10 22:05:48 -0400
commitc8c684545220e441e6bfabf026ff2a2b33b1a9cd (patch)
treeceee7547db3547247c2669ba82ab0db11326f251
parentbd62c4891e86370aae7cb3135658fe5577f86630 (diff)
Fixed /ns list unconfirmed
-rw-r--r--modules/core/ns_list.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_list.cpp b/modules/core/ns_list.cpp
index 1f48d2f01..b032543de 100644
--- a/modules/core/ns_list.cpp
+++ b/modules/core/ns_list.cpp
@@ -112,7 +112,7 @@ class CommandNSList : public Command
continue;
else if (suspended && !na->nc->HasFlag(NI_SUSPENDED))
continue;
- else if (unconfirmed && na->nc->HasFlag(NI_UNCONFIRMED))
+ else if (unconfirmed && !na->nc->HasFlag(NI_UNCONFIRMED))
continue;
/* We no longer compare the pattern against the output buffer.