Fixed two places, where sendto_realops_flags was mistakenly used, and removed this function entirely
This commit is contained in:
parent
536845c57d
commit
26716d6d40
4 changed files with 2 additions and 43 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue