Minor code and output cleanups for the week of 2005-08-15.
[ircu2.10.12-pk.git] / ircd / channel.c
index fcbf7070b401b9d3dc066fd1ce2a2465f1f6f684..f29c124e44167fe9707432efc711af167cb6cb23 100644 (file)
@@ -3531,7 +3531,7 @@ void CheckDelayedJoins(struct Channel *chan)
     if (!memb2) {
       /* clear +d */
       chan->mode.mode &= ~MODE_WASDELJOINS;
-      sendcmdto_channel_butserv_butone(&me, CMD_MODE, chan, NULL, 0,
+      sendcmdto_channel_butserv_butone(&his, CMD_MODE, chan, NULL, 0,
                                        "%H -d", chan);
     }
   }