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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user