From: michael Date: Tue, 13 Jan 2015 19:06:52 +0000 (+0000) Subject: - scan.c:scan_manual(): fixes to previous commit X-Git-Tag: 1.0.3~15 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=f13c78ac23d85979e6e189fa1dba525fc288650c;p=hopm.git - scan.c:scan_manual(): fixes to previous commit git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5376 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/src/scan.c b/src/scan.c index acbe99c..bb1f82f 100644 --- a/src/scan.c +++ b/src/scan.c @@ -900,7 +900,8 @@ scan_manual(char *param, const struct ChannelConf *target) /* IP = the resolved IP now (it was the ip OR hostname before) */ if ((ip = inet_ntop(AF_INET, addr, buf, sizeof(buf))) == NULL) { - irc_send("PRIVMSG %s :CHECK -> invalid address: %s", strerror(errno)); + irc_send("PRIVMSG %s :CHECK -> invalid address: %s", + target->name, strerror(errno)); return; }