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

Replaced anope_SendSQLine() with direct call to SendSQLine() in IRCDProto class.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1348 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02 21:20:35 +00:00
parent 6c305a3d67
commit 1f579c0fe2
6 changed files with 6 additions and 12 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_SendSQLine(const char *mask, const char *reason)
{
ircdproto->SendSQLine(mask, reason);
}
void anope_SendSquit(const char *servname, const char *message)
{
ircdproto->SendSquit(servname, message);