summaryrefslogtreecommitdiff
path: root/src/ircd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ircd.c')
-rw-r--r--src/ircd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ircd.c b/src/ircd.c
index 953053f2f..821f94709 100644
--- a/src/ircd.c
+++ b/src/ircd.c
@@ -43,11 +43,6 @@ void anope_ProcessUsermodes(User *user, int ac, const char **av)
ircdproto->ProcessUsermodes(user, ac, av);
}
-void anope_SendAkill(const char *user, const char *host, const char *who, time_t when, time_t expires, const char *reason)
-{
- ircdproto->SendAkill(user, host, who, when, expires, reason);
-}
-
void anope_SendSVSKill(const char *source, const char *user, const char *fmt, ...)
{
va_list args;