- dnsbl.c:dnsbl_report(): added missing space in channel message
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sat, 17 Jan 2015 19:22:21 +0000 (19:22 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sat, 17 Jan 2015 19:22:21 +0000 (19:22 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5383 82007160-df01-0410-b94d-b575c5fd34c7

src/dnsbl.c

index eaec3f923addd2a1604d1008a2e1ed37d8500057..b43181d846d37c114aed47c88a9648a920949692 100644 (file)
@@ -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;