diff options
Diffstat (limited to 'src/ircd.c')
-rw-r--r-- | src/ircd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ircd.c b/src/ircd.c index c7fef6da6..4d55edb6b 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_SendBanDel(const char *name, const char *nick) -{ - ircdproto->SendBanDel(name, nick); -} - void anope_SendSVSMode_chan(const char *name, const char *mode, const char *nick) { ircdproto->SendSVSMode_chan(name, mode, nick); |