]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/whowas.c
Automated merge with ssh://hg.atheme.org//hg/charybdis
[irc/rqf/shadowircd.git] / src / whowas.c
index d72cea15e2a6430eb96d0c92ebcd6f00bc210292..880826fc9011511d425218bb6f547958c5d82910 100644 (file)
@@ -87,7 +87,7 @@ void add_history(struct Client *client_p, int online)
        else
                who->sockhost[0] = '\0';
 
-       who->servername = find_or_add(client_p->servptr->name);
+       who->servername = scache_get_name(client_p->servptr->serv->nameinfo);
 
        if(online)
        {