diff --git a/modules/m_whois.c b/modules/m_whois.c index d91e87e..42dd4b8 100644 --- a/modules/m_whois.c +++ b/modules/m_whois.c @@ -315,7 +315,8 @@ single_whois(struct Client *source_p, struct Client *target_p, int operspy) target_p->name); if(!(target_p->umodes & UMODE_WEBCLIENT)) { - sendto_one_numeric(source_p, RPL_WHOISWEBIRC, form_str(RPL_WHOISWEBIRC)); + sendto_one_numeric(source_p, RPL_WHOISWEBIRC, form_str(RPL_WHOISWEBIRC), + target_p->name); } if((source_p == target_p || IsOper(source_p)) &&