From: Ian Barker Date: Wed, 12 Mar 2008 17:10:55 +0000 (+0000) Subject: Stop newsearch's kill function showing the rest of the world a users ip address. X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/a26467889577653661027cef9c07a619dae746a9 Stop newsearch's kill function showing the rest of the world a users ip address. --- diff --git a/newsearch/ns-kill.c b/newsearch/ns-kill.c index 27df0a53..146b4c70 100644 --- a/newsearch/ns-kill.c +++ b/newsearch/ns-kill.c @@ -18,7 +18,7 @@ extern nick *senderNSExtern; void *kill_exe(struct searchNode *thenode, void *theinput); void kill_free(struct searchNode *thenode); -static const char *defaultreason = "You (%u) have been disconnected for violating our terms of service"; +static const char *defaultreason = "You (%n) have been disconnected for violating our terms of service"; struct kill_localdata { unsigned int marker;