X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/d7dc7ae6c1563a32d2002a5ac8a6ab6b997ddd7f..8ee12f0c437eec8aa42af7b350c7e2a3ccafedbc:/modules/m_whois.c diff --git a/modules/m_whois.c b/modules/m_whois.c index 40a8d52e..085e4d64 100644 --- a/modules/m_whois.c +++ b/modules/m_whois.c @@ -200,7 +200,7 @@ do_whois(struct Client *client_p, struct Client *source_p, int parc, const char { char buffer[BUFSIZE]; - snprintf(buffer, sizeof(buffer), "%s!%s@%s %s", + rb_snprintf(buffer, sizeof(buffer), "%s!%s@%s %s", target_p->name, target_p->username, target_p->host, target_p->servptr->name); report_operspy(source_p, "WHOIS", buffer);