summaryrefslogtreecommitdiff
path: root/src/core/cs_topic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_topic.c')
-rw-r--r--src/core/cs_topic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/cs_topic.c b/src/core/cs_topic.c
index a8c9533a7..7d3ae40c1 100644
--- a/src/core/cs_topic.c
+++ b/src/core/cs_topic.c
@@ -6,8 +6,8 @@
* Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
+ * Based on the original code of Services by Andy Church.
+ *
* $Id$
*
*/
@@ -107,7 +107,7 @@ int do_cs_topic(User * u)
anope_SendMode(NULL, c->name, "+o %s", s_ChanServ);
}
}
- anope_cmd_topic(whosends(ci), c->name, u->nick, topic ? topic : "",
+ ircdproto->SendTopic(whosends(ci), c->name, u->nick, topic ? topic : "",
c->topic_time);
if (ircd->join2set) {
if (whosends(ci) == s_ChanServ) {