diff options
Diffstat (limited to 'modules/commands/cs_seen.cpp')
-rw-r--r-- | modules/commands/cs_seen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_seen.cpp b/modules/commands/cs_seen.cpp index a739966c8..48231576e 100644 --- a/modules/commands/cs_seen.cpp +++ b/modules/commands/cs_seen.cpp @@ -71,7 +71,7 @@ struct SeenInfo : Serializable s = info; } - data["nick"] >> s->nick; + s->nick = snick; data["vhost"] >> s->vhost; unsigned int n; data["type"] >> n; |