summaryrefslogtreecommitdiff
path: root/src/ircd.c
diff options
context:
space:
mode:
authorNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 17:33:41 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 17:33:41 +0000
commitab07a491a49df5178fb6de1a1d7b3cf1dec8dfc4 (patch)
tree9438c1f311b276c14834965d9d1d25e86c2cc831 /src/ircd.c
parent143ccccbb6d2e86e819bdb41f7021a353f5a72c9 (diff)
Replaced anope_SendAkillDel() with direct call to SendAkillDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1322 5417fbe8-f217-4b02-8779-1006273d7864
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 be919f0fd..e82461cf2 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_SendAkillDel(const char *user, const char *host)
-{
- ircdproto->SendAkillDel(user, host);
-}
-
void anope_cmd_topic(const char *whosets, const char *chan, const char *whosetit, const char *topic, time_t when)
{
BotInfo *bi = findbot(whosets);