From 1d0a5f6d0eadffa31b758f6b1d9fbf43e8d7fe12 Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Wed, 23 Jun 2010 16:32:10 -0400 Subject: [PATCH] I am made of the fail today. /me climbs aboard the failbus. --- src/s_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s_user.c b/src/s_user.c index 7fbeaae..29a42b3 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -453,7 +453,7 @@ register_local_user(struct Client *client_p, struct Client *source_p, const char source_p->preClient->dnsbl_listed->hits++; sendto_realops_snomask(SNO_REJ, L_ALL, - "%s [%s@%s] is being disconnected due to being listed in DNS Blacklist %s", + "%s (%s@%s) is being disconnected due to being listed in DNS Blacklist %s", source_p->name, source_p->username, source_p->sockhost, source_p->preClient->dnsbl_listed->host); add_reject(source_p, NULL, NULL);