summaryrefslogtreecommitdiff
path: root/src/ircd.c
diff options
context:
space:
mode:
authorNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 22:01:18 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 22:01:18 +0000
commit6395adff7939b5dbe798541c1c78dbe2cbee8b14 (patch)
tree3512372229de836c1ef5be537ecb6d2968e520bf /src/ircd.c
parentb78420a0ee3ab0ff212a2f77778a9ed8e66f6338 (diff)
Replaced anope_SendSVSMode_chan() with direct call to SendSVSModeChan() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1363 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/ircd.c')
-rw-r--r--src/ircd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ircd.c b/src/ircd.c
index 4d55edb6b..b34747da9 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_SendSVSMode_chan(const char *name, const char *mode, const char *nick)
-{
- ircdproto->SendSVSMode_chan(name, mode, nick);
-}
-
void anope_SendSVID(const char *nick, time_t ts)
{
ircdproto->SendSVID(nick, ts);