diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:26:54 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:26:54 +0000 |
commit | 31c675d3e41939810cbca555e36e67f513ec33c9 (patch) | |
tree | 7c9d0bb1cc227e65657cb93e587404f6f2b4404c /src/ircd.c | |
parent | 0f8f66328d766b0a728d27105a1c1d6feefc4670 (diff) |
Replaced anope_SendSVSO() with direct call to SendSVSO() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1350 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 a5341c791..ce55530cb 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_SendSVSO(const char *source, const char *nick, const char *flag) -{ - ircdproto->SendSVSO(source, nick, flag); -} - void anope_SendChangeBotNick(const char *oldnick, const char *newnick) { ircdproto->SendChangeBotNick(oldnick, newnick); |