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:55:06 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 17:55:06 +0000
commit45e3be08fc1ddf8e747659ace359d7b98ea10232 (patch)
treef20bc89d151817e14010f383c06fe7ad562a39be /src/ircd.c
parent95f24091f65943c69617bc462ee2175b8cfe257f (diff)
Replaced anope_SendVhostDel() with direct call to SendVhostDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1324 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 5894b86c4..953053f2f 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_SendVhostDel(User *u)
-{
- ircdproto->SendVhostDel(u);
-}
-
void anope_SendAkill(const char *user, const char *host, const char *who, time_t when, time_t expires, const char *reason)
{
ircdproto->SendAkill(user, host, who, when, expires, reason);