summaryrefslogtreecommitdiff
path: root/modules/m_topic.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_topic.c')
-rw-r--r--modules/m_topic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_topic.c b/modules/m_topic.c
index fe4faea..d13c3b9 100644
--- a/modules/m_topic.c
+++ b/modules/m_topic.c
@@ -98,7 +98,7 @@ m_topic(struct Client *client_p, struct Client *source_p,
snprintf(topic_info, sizeof(topic_info), "%s!%s@%s", source_p->name,
source_p->username, source_p->host);
- set_channel_topic(chptr, parv[2], topic_info, CurrentTime);
+ set_channel_topic(chptr, parv[2], topic_info, CurrentTime, !!MyClient(source_p));
sendto_server(client_p, CAP_TS6, NOCAPS,
":%s TOPIC %s :%s",