diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 22:12:22 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 22:12:22 +0000 |
commit | 69bfe7d04ce975fcbc58cd19a915d0646b68e50f (patch) | |
tree | a43387497dfd79ad93cf9b59067b84b7d4ceabb9 /src/ircd.c | |
parent | 6395adff7939b5dbe798541c1c78dbe2cbee8b14 (diff) |
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
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 b34747da9..3774643fa 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_SendSVID(const char *nick, time_t ts) -{ - ircdproto->SendSVID(nick, ts); -} - void anope_SendUnregisteredNick(User *u) { ircdproto->SendUnregisteredNick(u); |