]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/irc.c
Announce IRC services in the network.
[ngircd.git] / src / ngircd / irc.c
index 0bfb3eed6a32e366a8d16d00a5a78348dc3ae647..47f86528004d24a009504076108ded7fc7b2f8c6 100644 (file)
@@ -400,7 +400,8 @@ Send_Message(CLIENT * Client, REQUEST * Req, int ForceType, bool SendErrors)
                        }
 
                        for (cl = Client_First(); cl != NULL; cl = Client_Next(cl)) {
-                               if (Client_Type(cl) != CLIENT_USER)
+                               if (Client_Type(cl) != CLIENT_USER &&
+                                   Client_Type(cl) != CLIENT_SERVICE)
                                        continue;
                                if (nick != NULL && host != NULL) {
                                        if (strcmp(nick, Client_ID(cl)) == 0 &&