1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 08:06:36 +02:00

Change (or delete) old sendto_ops() calls. Function is now gone.

This commit is contained in:
Bram Matthys
2021-09-23 19:14:10 +02:00
parent e36c85e4ce
commit b94707a51b
10 changed files with 37 additions and 69 deletions
-4
View File
@@ -758,10 +758,6 @@ static void remove_unknown(Client *client, char *sender)
if (!IsServer(client))
return;
#ifdef DEVELOP
sendto_ops("Killing %s (%s)", sender, backupbuf);
return;
#endif
/*
* Do kill if it came from a server because it means there is a ghost
* user on the other server which needs to be removed. -avalon