X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/5b383ce060e7b8e80a4548aaf4630360b1f801ab..01b7a527a37e111d6e2e1b9427ed0094fd959893:/src/whowas.c diff --git a/src/whowas.c b/src/whowas.c index 9d910a01..41dc9950 100644 --- a/src/whowas.c +++ b/src/whowas.c @@ -81,6 +81,7 @@ void add_history(struct Client *client_p, int online) strcpy(who->username, client_p->username); strcpy(who->hostname, client_p->host); strcpy(who->realname, client_p->info); + strcpy(who->suser, client_p->user->suser); if (!EmptyString(client_p->sockhost) && strcmp(client_p->sockhost, "0") && show_ip(NULL, client_p)) strcpy(who->sockhost, client_p->sockhost); else