X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_whowas.c;h=3aca61ce41498e4619327967d9502a1d8417d991;hb=8bc676a942c6dece627c1d762e1c322b7d77c2ae;hp=72594da715ad62e440f25399bbdb128a45c40c5a;hpb=c3727b053aa20cecf3984cc0c9c23b0140edf52c;p=ircu2.10.12-pk.git diff --git a/ircd/m_whowas.c b/ircd/m_whowas.c index 72594da..3aca61c 100644 --- a/ircd/m_whowas.c +++ b/ircd/m_whowas.c @@ -144,7 +144,8 @@ int m_whowas(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) (feature_bool(FEAT_HIS_WHOIS_SERVERNAME) && !IsOper(sptr)) ? feature_str(FEAT_HIS_SERVERNAME) : temp->servername, - myctime(temp->logoff)); + myctime(temp->logoff), + "","*"); if (temp->away) send_reply(sptr, RPL_AWAY, temp->name, temp->away); cur++;