mirror of
https://github.com/anope/anope.git
synced 2026-07-06 21:03:13 +02:00
Replaced anope_SendSVID() with direct call to SendSVID() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1364 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -43,11 +43,6 @@ void anope_ProcessUsermodes(User *user, int ac, const char **av)
|
||||
ircdproto->ProcessUsermodes(user, ac, av);
|
||||
}
|
||||
|
||||
void anope_SendSVID(const char *nick, time_t ts)
|
||||
{
|
||||
ircdproto->SendSVID(nick, ts);
|
||||
}
|
||||
|
||||
void anope_SendUnregisteredNick(User *u)
|
||||
{
|
||||
ircdproto->SendUnregisteredNick(u);
|
||||
|
||||
Reference in New Issue
Block a user