mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Show server kills with correct origin, UNLESS hidden server in whois is set
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9405 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
f78a6a90b1
commit
5fb4537721
@ -539,7 +539,7 @@ long Channel::ServerKickUser(User* user, const char* reason, bool triggerevents,
|
||||
}
|
||||
}
|
||||
|
||||
if (servername == NULL)
|
||||
if (servername == NULL || ServerInstance->Config->HideWhoisServer)
|
||||
servername = ServerInstance->Config->ServerName;
|
||||
|
||||
if (triggerevents)
|
||||
|
Loading…
x
Reference in New Issue
Block a user