Fixed two places, where sendto_realops_flags was mistakenly used, and removed this function entirely

This commit is contained in:
Valery Yatsko 2008-04-08 20:32:58 +04:00
parent 536845c57d
commit 26716d6d40
4 changed files with 2 additions and 43 deletions

View 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,
sendto_realops_snomask(SNO_GENERAL, L_ALL,
"Connection from servername %s requires SSL/TLS but is plaintext",
name);
ilog(L_SERVER, "Access denied, requires SSL/TLS but is plaintext from %s",