X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ircd%2Fm_whowas.c;h=3aca61ce41498e4619327967d9502a1d8417d991;hp=72594da715ad62e440f25399bbdb128a45c40c5a;hb=25f45518d22a7164fe11a2361b9b5a2ed57e2777;hpb=03969ce638dfc83cc1cc36a2c2211812b2581afe 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++;