diff options
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index e47cf93a6..285fe2c40 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -443,7 +443,7 @@ bool User::IsIdentified(bool check_nick) const return na && *na->nc == *this->nc; } - return this->nc ? true : false; + return this->nc; } bool User::IsRecognized(bool check_secure) const |