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 25629250a..d48158df1 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_SendSVSMode(User *u, int ac, const char **av) -{ - ircdproto->SendSVSMode(u, ac, av); -} - void anope_SendGuestNick(const char *nick, const char *user, const char *host, const char *real, const char *modes) { ircdproto->SendGuestNick(nick, user, host, real, modes); |