summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index c3f1f3ae5..10ed754bb 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1779,7 +1779,7 @@ void FakeUser::SetFakeServer(std::string name)
const std::string FakeUser::GetFullHost()
{
- if (ServerInstance->Config->HideWhoisServer.empty())
+ if (!ServerInstance->Config->HideWhoisServer.empty())
return ServerInstance->Config->HideWhoisServer;
return nick;
}