diff options
Diffstat (limited to 'src/core/cs_topic.c')
-rw-r--r-- | src/core/cs_topic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_topic.c b/src/core/cs_topic.c index 6a89945bb..c65602fa9 100644 --- a/src/core/cs_topic.c +++ b/src/core/cs_topic.c @@ -111,7 +111,7 @@ int do_cs_topic(User * u) c->topic_time); if (ircd->join2set) { if (whosends(ci) == s_ChanServ) { - anope_SendPart(s_ChanServ, c->name, NULL); + ircdproto->SendPart(s_ChanServ, c->name, NULL); } } } |