aboutsummaryrefslogtreecommitdiffstats
path: root/src/channels.cpp
diff options
context:
space:
mode:
authorGravatar brain2008-04-07 22:03:12 +0000
committerGravatar brain2008-04-07 22:03:12 +0000
commitdb3e7d6cd7a3d46d054b6f7169c93af3619e8105 (patch)
treeefdefa09968fcc97695d2f45674381f391cb95a1 /src/channels.cpp
parentShow server kills with correct origin, UNLESS hidden server in whois is set (diff)
downloadinspircd++-db3e7d6cd7a3d46d054b6f7169c93af3619e8105.tar.gz
inspircd++-db3e7d6cd7a3d46d054b6f7169c93af3619e8105.tar.bz2
inspircd++-db3e7d6cd7a3d46d054b6f7169c93af3619e8105.zip
Make it work properly, too
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9406 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 00b39c3c0..b9dad3a7c 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -539,7 +539,7 @@ long Channel::ServerKickUser(User* user, const char* reason, bool triggerevents,
}
}
- if (servername == NULL || ServerInstance->Config->HideWhoisServer)
+ if (servername == NULL || *ServerInstance->Config->HideWhoisServer)
servername = ServerInstance->Config->ServerName;
if (triggerevents)