diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -856,7 +856,7 @@ sendto_anywhere(struct Client *to, struct Client *from, char buffer[IRCD_BUFSIZE]; int len = 0; - if (IsDead(to)) + if (IsDead(to->from)) return; if (MyClient(to)) |