]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_server.c
Fixed two places, where sendto_realops_flags was mistakenly used, and removed this...
[irc/rqf/shadowircd.git] / modules / core / m_server.c
index 3a34c5372d6a02a5ea2a37c0885af0bf01de83f1..dfcf18e566b38c92509f3bfbfbe4cf741bfd3ac4 100644 (file)
@@ -174,7 +174,7 @@ mr_server(struct Client *client_p, struct Client *source_p, int parc, const char
                /* NOT REACHED */
                break;
        case -5:
-               sendto_realops_flags(SNO_GENERAL, L_ALL,\r
+               sendto_realops_snomask(SNO_GENERAL, L_ALL,\r
                     "Connection from servername %s requires SSL/TLS but is plaintext",\r
                     name);\r
                ilog(L_SERVER, "Access denied, requires SSL/TLS but is plaintext from %s", \r