1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 05:16:37 +02:00

Fixed /ns list unconfirmed

This commit is contained in:
Adam
2011-04-10 22:05:48 -04:00
parent bd62c4891e
commit c8c6845452
+1 -1
View File
@@ -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.