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 a5341c791..ce55530cb 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_SendSVSO(const char *source, const char *nick, const char *flag)
-{
- ircdproto->SendSVSO(source, nick, flag);
-}
-
void anope_SendChangeBotNick(const char *oldnick, const char *newnick)
{
ircdproto->SendChangeBotNick(oldnick, newnick);