From: michael Date: Sat, 17 Jan 2015 19:22:21 +0000 (+0000) Subject: - dnsbl.c:dnsbl_report(): added missing space in channel message X-Git-Tag: 1.1.0beta1~166 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=d5aada0bf2173ae163b29f8aad9eea0ed48322cc;p=hopm.git - dnsbl.c:dnsbl_report(): added missing space in channel message git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5383 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/src/dnsbl.c b/src/dnsbl.c index eaec3f9..b43181d 100644 --- a/src/dnsbl.c +++ b/src/dnsbl.c @@ -263,7 +263,7 @@ dnsbl_report(const struct scan_struct *ss) if ((fp = popen(cmdbuf, "w")) == NULL) { log_printf("DNSBL -> Failed to create pipe to '%s' for email report!", cmdbuf); - irc_send_channels("I was trying to create a pipe to'%s' to send a DNSBL " + irc_send_channels("I was trying to create a pipe to '%s' to send a DNSBL " "report, and it failed! I'll give up for now.", cmdbuf); return;