Switch more uses of &me to &his for channel localcasts.
[ircu2.10.12-pk.git] / ircd / m_burst.c
index 79cce5a6cb3abd5673690eaa53b7c9fd95e736f1..6cddc477c2015c66dbe65b68519863039539aa48 100644 (file)
@@ -306,7 +306,7 @@ int ms_burst(struct Client *cptr, struct Client *sptr, int parc, char *parv[])
       *chptr->topic = '\0';
       *chptr->topic_nick = '\0';
       chptr->topic_time = 0;
-      sendcmdto_channel_butserv_butone(&me, CMD_TOPIC, chptr, NULL, 0,
+      sendcmdto_channel_butserv_butone(&his, CMD_TOPIC, chptr, NULL, 0,
                                        "%H :%s", chptr, chptr->topic);
     }
   } else if (chptr->creationtime == timestamp) {