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 ff6fc51ea..961c2aee1 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_SendBotOp(const char *nick, const char *chan) -{ - ircdproto->SendBotOp(nick, chan); -} - void anope_SendQuit(const char *source, const char *fmt, ...) { va_list args; |