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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user