1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 17:03:13 +02:00

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
This commit is contained in:
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02 20:18:03 +00:00
parent c3964f7483
commit 809f55f1cc
6 changed files with 7 additions and 13 deletions
-5
View File
@@ -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);