diff options
Diffstat (limited to 'src/ircd.c')
-rw-r--r-- | src/ircd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ircd.c b/src/ircd.c index e82461cf2..5894b86c4 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -43,12 +43,6 @@ void anope_ProcessUsermodes(User *user, int ac, const char **av) ircdproto->ProcessUsermodes(user, ac, av); } -void anope_cmd_topic(const char *whosets, const char *chan, const char *whosetit, const char *topic, time_t when) -{ - BotInfo *bi = findbot(whosets); - ircdproto->SendTopic(bi, chan, whosetit, topic, when); -} - void anope_SendVhostDel(User *u) { ircdproto->SendVhostDel(u); |