]> jfr.im git - solanum.git/blobdiff - src/client.c
Show underlying IPv4 in a remote whois.
[solanum.git] / src / client.c
index 144e3288a0205917aac7a4aac7b2bcbb49f7b1fe..892c88cd5eb96a435112f478f177a4f4f5804908 100644 (file)
@@ -1140,7 +1140,7 @@ exit_generic_client(struct Client *client_p, struct Client *source_p, struct Cli
        if(IsOper(source_p))
                rb_dlinkFindDestroy(source_p, &oper_list);
 
-       sendto_common_channels_local(source_p, ":%s!%s@%s QUIT :%s",
+       sendto_common_channels_local(source_p, NOCAPS, ":%s!%s@%s QUIT :%s",
                                     source_p->name,
                                     source_p->username, source_p->host, comment);