diff options
Diffstat (limited to 'modules/m_tburst.c')
-rw-r--r-- | modules/m_tburst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_tburst.c b/modules/m_tburst.c index 43caef3..89e912c 100644 --- a/modules/m_tburst.c +++ b/modules/m_tburst.c @@ -94,7 +94,7 @@ ms_tburst(struct Client *client_p, struct Client *source_p, int topic_differs = strncmp(chptr->topic, topic, sizeof(chptr->topic) - 1); int hidden_server = (ConfigServerHide.hide_servers || IsHidden(source_p)); - set_channel_topic(chptr, topic, setby, remote_topic_ts); + set_channel_topic(chptr, topic, setby, remote_topic_ts, !!MyClient(source_p)); sendto_server(source_p, CAP_TBURST|CAP_TS6, NOCAPS, ":%s TBURST %s %s %s %s :%s", |