diff --git a/modules/m_whois.c b/modules/m_whois.c index ea94e1db..c4e82ad0 100644 --- a/modules/m_whois.c +++ b/modules/m_whois.c @@ -279,7 +279,7 @@ single_whois(struct Client *source_p, struct Client *target_p, int operspy) { send_multiline_item(source_p, "%s%s%s", hdata_vis.approved ? "" : "!", - find_channel_status(mt, IsCapable(source_p, CLICAP_MULTI_PREFIX)), + find_channel_status(mt, 0), chptr->chname); } }