summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/whowas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/whowas.c b/src/whowas.c
index 326d7d3..7e0b288 100644
--- a/src/whowas.c
+++ b/src/whowas.c
@@ -64,6 +64,7 @@ whowas_add_history(struct Client *client_p, const int online)
}
who->hashv = strhash(client_p->name);
+ who->shide = IsHidden(client_p->servptr) != 0;
who->logoff = CurrentTime;
strlcpy(who->name, client_p->name, sizeof(who->name));