diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 17:58:15 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 17:58:15 +0000 |
commit | af0bf80a07b0a525175c05bc04f61c364ac4bca7 (patch) | |
tree | 04483480e17a8c1becba6b1d17a2a4a37bd5726f /src/ircd.c | |
parent | 45e3be08fc1ddf8e747659ace359d7b98ea10232 (diff) |
Replaced anope_SetAkill() with direct call to SetAkill() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1325 5417fbe8-f217-4b02-8779-1006273d7864
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 953053f2f..821f94709 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_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); -} - void anope_SendSVSKill(const char *source, const char *user, const char *fmt, ...) { va_list args; |