parent
79bd2087c4
commit
f0fc7fa407
|
@ -315,7 +315,8 @@ single_whois(struct Client *source_p, struct Client *target_p, int operspy)
|
||||||
target_p->name);
|
target_p->name);
|
||||||
|
|
||||||
if(!(target_p->umodes & UMODE_WEBCLIENT)) {
|
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)) &&
|
if((source_p == target_p || IsOper(source_p)) &&
|
||||||
|
|
Loading…
Reference in New Issue