X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc.c;h=5af79396ee0add0ef82f5dd8a7905ccdce912636;hp=2b94e33ac229b44cf509277c23944034bebf5a51;hb=c1656256df687c4a093ceb502de84bf4b0447f3c;hpb=1f4711a5474d2f0ea4664bd9b54f036af11f96cd diff --git a/src/ngircd/irc.c b/src/ngircd/irc.c index 2b94e33a..5af79396 100644 --- a/src/ngircd/irc.c +++ b/src/ngircd/irc.c @@ -469,11 +469,11 @@ Send_Message(CLIENT * Client, REQUEST * Req, int ForceType, bool SendErrors) #else if (Client_Type(cl) != ForceType) { #endif - if (!SendErrors) - return CONNECTED; - return IRC_WriteStrClient(from, ERR_NOSUCHNICK_MSG, - Client_ID(from), - currentTarget); + if (SendErrors && !IRC_WriteStrClient( + from, ERR_NOSUCHNICK_MSG,Client_ID(from), + currentTarget)) + return DISCONNECTED; + goto send_next_target; } #ifndef STRICT_RFC