commit - f16d230530424f93541b4ca36e2686ddfb76834a
commit + 1e8b775a7a6d0c390e037bd73332072e7c510525
blob - e9c1ff532ae7a4d4420d9e972f0f8e3904036f33
blob + f9c9b0d2423c97b2ed8e2bf596a5f56fa1efa3ca
--- src/ngircd/irc-info.c
+++ src/ngircd/irc-info.c
if (Mask) {
/* Match pattern against user host/server/name/nick */
client_match = MatchCaseInsensitive(Mask,
- Client_Hostname(c));
+ Client_HostnameDisplayed(c));
if (!client_match)
client_match = MatchCaseInsensitive(Mask,
Client_ID(Client_Introducer(c)));