diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 20:18:03 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 20:18:03 +0000 |
commit | 809f55f1cc366eb6ab8882fcb7a7a2869fa55d23 (patch) | |
tree | 2b9b0526e4347c900e4075a1457a1a812274ecff /src/ircd.c | |
parent | c3964f7483b522f4b0b05d4275cbd72d638d489e (diff) |
Replaced anope_SendSQLineDel() with direct call to SendSQLineDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1344 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 c0f66c7d5..7fb04d41e 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_SendSQLineDel(const char *user) -{ - ircdproto->SendSQLineDel(user); -} - void anope_SendInvite(const char *source, const char *chan, const char *nick) { ircdproto->SendInvite(source, chan, nick); |