Commit Diff


commit - e009fc87d54602cc2a4d9b60257f40bad14fc081
commit + 05640f9285e28ce64180833d39f7ceda88d3915a
blob - a6f04cba37a33412ae644d2414732183d5ea978e
blob + 7acd84ee7857fa0a9a3b5e7af54b9384c9547f0f
--- src/ngircd/irc.c
+++ src/ngircd/irc.c
@@ -362,7 +362,8 @@ IRC_KillClient(CLIENT *Client, CLIENT *From, const cha
 		return CONNECTED;
 	}
 
-	if (Client_Type(c) != CLIENT_USER && Client_Type(c) != CLIENT_GOTNICK) {
+	if (Client_Type(c) != CLIENT_USER && Client_Type(c) != CLIENT_GOTNICK
+	    && Client_Type(c) != CLIENT_SERVICE) {
 		/* Target of this KILL is not a regular user, this is
 		 * invalid! So we ignore this case if we received a
 		 * regular KILL from the network and try to kill the