diff --git a/modules/m_whois.c b/modules/m_whois.c index c4e82ad0..bb37a5ba 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, 0), + find_channel_status(mt, 1), chptr->chname); } }